Get the plugin
WP MCP/Integrations/Forms

Forms integration

MCP for Contact Form 7

Contact Form 7 stores forms as its own post type through the WPCF7_ContactForm model and, by design, does not store submissions itself. WP MCP exposes what CF7 actually has: list your forms, and read one form's markup and its mail template. That lets an agent audit and explain your forms and their email routing.

contactform7-readlist-formsget-form

What your AI can do

Real Contact Form 7 operations, every write reversible.

  • List Contact Form 7 forms with title and slug
  • Read a form's field markup (the [text], [email] tags)
  • Read a form's mail template (recipients, subject, body)

Example prompts

Just ask.

List my Contact Form 7 forms.

Show me the mail template for the Contact form, who does it email?

Read the markup of the Quote form and list its fields.

Under the hood

The real calls.

wpmcp, contact-form-7

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

contactform7-read({ operation: "get-form", args: { form_id: 7 } }), markup + mail

Frequently asked

Questions, answered.

Can I read Contact Form 7 submissions?

Contact Form 7 does not store submissions at all (that is what add-ons like Flamingo add), so there are no entries to read. This integration surfaces the forms, their markup, and their mail templates, which is CF7's whole data model.

Point your AI at Contact Form 7.

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.