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.
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.
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.
More integrations
MCP for Gravity Forms
FreeRead your Gravity Forms forms, fields, and entries over MCP through Gravity Forms' own API.
MCP for Formidable Forms
FreeRead your Formidable forms, fields, and entries over MCP through Formidable's own models.
MCP for WPForms
FreeRead your WPForms forms and their field definitions over MCP.
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.