Integration

Meta Box MCP — AI automation for WordPress

Manage field groups, register custom post types and taxonomies, create relationships, read/write meta values.

activeCustom Fields1 AI abilitiespro
7
operations
1
typed tool
Relations
supported
0
glue code
Why it's powerful

Your content model, described in a sentence

Meta Box registers post types, taxonomies, field groups and relationships in code-shaped configuration. Describing that structure is exactly what a language model is good at.

Field groups

List every group with its fields, then define new ones against the post types you name.

Post types and taxonomies

Register both without writing a register_post_type() call by hand.

Relationships

Create Meta Box relationships between post types, users and terms.

Values in and out

Read and write meta values through Meta Box, so field types are respected.

Safe by default

Scoped tokens and draft-mode keep large edits under control.

Zero glue code

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

From hours to one prompt

Ask in plain language and the Meta Box integration turns it into typed calls — field groups, post types, taxonomies and relationships.

nibwp/metabox-manage-fields (create_field_group) ✓ group created · 9 fields · 0.6s
Use it for

Real workflows

Scaffold a content model

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

Bulk backfills

Populate a field across an entire post type at once.

Audits

Find posts with empty or inconsistent fields and fix them in place.

Automation

Chain Meta Box actions into multi-step agent workflows.

Meta Box AI automation (MCP) for WordPress

The NibWP Meta Box integration exposes Meta Box to any MCP-compatible AI agent — Claude, Cursor, Claude Code and others. Field groups, post types, taxonomies and relationships become typed tool calls.

Meta Box describes a content model as configuration, which is precisely the kind of work that is tedious by hand and fast to describe in a sentence. An agent can scaffold a whole model — post types, taxonomies, the field groups that hang off them, and the relationships between them — then fill it with real content.

Values, not just structure

Reading and writing meta goes through Meta Box rather than raw post meta, so field types, clones and grouped fields are stored in the shape the plugin expects.

Abilities

Tools this integration adds

ToolTypeWhat it does
list_field_groupsreadEvery Meta Box field group with its fields and locations.
create_field_groupwriteDefine a field group and its fields.
register_post_typewriteRegister a custom post type with its labels and supports.
register_taxonomywriteRegister a taxonomy and bind it to post types.
create_relationshipwriteRelate post types, users or terms to each other.
get_valuesreadRead meta values through Meta Box, with field types respected.
update_valueswriteWrite meta values through Meta Box rather than raw post meta.
Related

Explore more integrations

FAQ

Questions, answered

Do I need Meta Box installed?

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

Does it work with Meta Box extensions?

Field groups, post types, taxonomies and relationships are covered. Anything registered through Meta Box is read from your install rather than assumed.

Can it write values, not just structure?

Yes. Values are read and written through Meta Box, so field types, clones and groups behave as they do in the admin.

Will it overwrite my existing field groups?

No. Creating a group adds one; updating values touches only the fields you name. Destructive changes are never implied by a create call.

Connect Meta Box to your agents.

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