Read Formidable forms, fields, notifications, and entries, with entry cleanup.
Formidable Forms is the powerhouse of the form world, calculations, views, and full applications on top of ordinary forms. EMCP reads it through the FrmForm, FrmField, and FrmEntry APIs, so your AI gets an accurate picture of complex forms and their submissions.
You can list forms and fields, read the email actions (notifications), page through entries and their values, and delete an entry behind a confirm, a fast way to audit or clean a busy form without leaving your chat.
Once Formidable Forms is active, ask any MCP client, Claude, Cursor, or your own, to do these in plain language.
Real instructions you can hand your agent for Formidable Forms.
"Read entry #5 on the registration form and delete it once I confirm."
"List every email action on the quote form and its recipient."
"Show me the fields on the multi-step application form."
Read an entry, then delete it, how EMCP drives Formidable Forms.
formidable-read({ operation: "get-entry", arguments: { entry_id: 5 } })
formidable-write({ operation: "delete-entry", arguments: { entry_id: 5, confirm: true } })Note: Pro EMCP integration. Formidable's tables are created by its own installer, visit the Formidable admin once if entries appear empty on a fresh install.
Formidable Forms reads and writes come with EMCP Pro, alongside every other Pro plugin integration, AI-assisted building, 50 premium templates, and 50+ prompts. The free plugin already includes the full Elementor, Gutenberg, WordPress, and Themes toolkits, Pro adds the deep third-party integrations.
Directly from Formidable Forms itself, EMCP reads your forms, fields, notifications, and entries through Formidable Forms's own data, not a copy. There's nothing to sync and no extra database table.
Only when you allow it. The write tool ships disabled by default, and delete-entry additionally requires an explicit confirm: true in the request, so an agent can't quietly wipe submissions. Deletes are gated on your form plugin's own delete-entries capability.
No. As soon as Formidable Forms is active, its two MCP tools register automatically. Reads are on by default; enable the write tool under EMCP Tools → Tools → Plugins → Forms when you want your AI to make changes.
Read your Contact Form 7 forms, fields, and mail templates, and let your AI tune them.
FormsRead WPForms forms, notifications, and entries, and manage submissions with your AI.
FormsRead Gravity Forms forms, notifications, and entries over the GFAPI, with full entry management.
FormsRead Fluent Forms forms and submissions, set status and clean up entries with your AI.
FormsRead Ninja Forms forms, fields, and submissions, and prune entries with your AI.
FormsRead MetForm forms (fields parsed from the Elementor layout) and manage submissions.
FormsInstall EMCP, connect any MCP client, and drive Formidable Forms from a prompt. The core is free and runs entirely on your own server.