Get the plugin
WP MCP/Integrations/Custom fields

Custom fields integration

MCP for ACF & ACF Pro

Advanced Custom Fields stores its values as post meta. WP MCP exposes them through a read/write dispatcher plus flat tools, so an AI agent can list field groups, read field values, and update them on a post. Because ACF values are ordinary meta, the standard post snapshot captures them and rollback restores them exactly. Writes are opt-in.

acf-readacf-writeget-fieldsupdate-fields

What your AI can do

Real ACF & ACF Pro operations, every write reversible.

  • Discover ACF field groups and their fields
  • Read field values on a post or object
  • Update field values, snapshotted and reversible
  • Work through one dispatcher or flat convenience tools

Example prompts

Just ask.

What ACF fields does the Team member post type have?

Set the "role" field on all Team members from this spreadsheet.

Undo the ACF changes I just made to the staff pages.

Under the hood

The real calls.

wpmcp, acf

acf-read({ operation: "get-field-values", post_id: 33 }), read-only

acf-write({ operation: "update-values", post_id: 33, … }), opt-in; snapshotted as post meta

Frequently asked

Questions, answered.

Does WP MCP support ACF PRO?

Yes, it reads and writes field values regardless of ACF tier; values are post meta either way.

Can I undo an ACF bulk update?

Yes, because values are post meta, the post snapshot captures them and rollback restores them exactly.

Point your AI at ACF & ACF Pro.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.