Integration

ACPT MCP — AI automation for WordPress

Manage post types, taxonomies, meta groups, and option pages via the ACPT framework.

activeCustom Fields1 AI abilitiespro
6
operations
1
typed tool
Registry
aware
0
glue code
Why it's powerful

Advanced Custom Post Types, modelled by conversation

ACPT keeps its post types, taxonomies and meta groups in its own registry. Reading that registry is what lets an agent extend your model instead of guessing at it.

Post types

List what ACPT already registers, then add new types with their labels and supports.

Taxonomies

Read and create taxonomies, bound to the post types you name.

Meta groups

Meta groups and their boxes are read from ACPT, then extended.

Real vocabulary

Type names and field keys come from your install, never invented.

Validated writes

Registrations go through ACPT so they behave as they do in the admin.

Zero glue code

No exports, no SQL, no brittle scripts — just protocol.

From hours to one prompt

Ask in plain language and the ACPT integration turns it into typed calls against the ACPT registry — post types, taxonomies and meta groups.

nibwp/acpt-manage-types (create_post_type) ✓ type registered · 2 taxonomies · 0.5s
Use it for

Real workflows

Scaffold a model

Turn a brief into post types, taxonomies and meta groups in one pass.

Audit the registry

See what is actually registered rather than what the documentation says.

Extend safely

Add fields and taxonomies to an existing model without touching what is there.

Automation

Chain ACPT changes into multi-step agent workflows.

ACPT AI automation (MCP) for WordPress

The NibWP ACPT integration exposes the Advanced Custom Post Types framework to any MCP-compatible AI agent — Claude, Cursor, Claude Code and others. Post types, taxonomies and meta groups become typed tool calls.

ACPT holds its own registry of what a site models. Because an agent can read that registry first, it extends the structure you already have rather than inventing parallel names that only look right.

Model first, content after

Scaffold the types and fields from a description, check the registry, then fill the model with real content — all without leaving the conversation.

Abilities

Tools this integration adds

ToolTypeWhat it does
list_post_typesreadEvery post type ACPT registers, with its configuration.
create_post_typewriteRegister a post type with labels, supports and settings.
list_taxonomiesreadTaxonomies and the post types they are bound to.
create_taxonomywriteRegister a taxonomy against one or more post types.
list_meta_groupsreadMeta groups with their boxes and fields.
create_meta_groupwriteDefine a meta group and the fields inside it.
Related

Explore more integrations

FAQ

Questions, answered

Do I need ACPT installed?

Yes. Once ACPT is active, NibWP detects it and its abilities go live instantly — no configuration needed.

Does it replace the ACPT admin?

No. It works alongside it. Anything created through an agent appears in the ACPT screens exactly as if you had built it there.

Can it read what is already registered?

Yes, and that is the point — an agent that can read your registry extends your model instead of guessing at names.

Do I need a Pro Skill?

No. The ACPT integration works on the Pro plan. Pro Skills are for design-to-build builder output.

Connect ACPT to your agents.

Activate the integration and it's live on your MCP endpoint instantly.