Get the plugin
WP MCP/Integrations/Forms

Forms integration

MCP for WPForms

WPForms stores each form and its configuration through its own accessor, wpforms()->form. WP MCP exposes it as a read dispatcher: list your forms, and read one form with its decoded field definitions. An agent can inventory and explain your forms.

wpforms-readlist-formsget-form

What your AI can do

Real WPForms operations, every write reversible.

  • List WPForms forms with id and title
  • Read a form with its decoded field definitions

Example prompts

Just ask.

List my WPForms forms.

What fields does the Newsletter signup form have?

Read form 3 and describe its structure.

Under the hood

The real calls.

wpmcp, wpforms

wpforms-read({ operation: "list-forms" })

wpforms-read({ operation: "get-form", args: { form_id: 3 } }), decoded fields

Frequently asked

Questions, answered.

Can the agent read WPForms entries?

Not yet. Forms and their field definitions are covered now; entry storage is a WPForms Pro feature with its own accessor, and entries could not be snapshotted for reversible writes, so entry access is deferred.

Point your AI at WPForms.

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.