Read Ninja Forms forms, fields, and submissions, and prune entries with your AI.
Ninja Forms takes a modular approach, you add exactly the fields and actions you need. EMCP reads it through Ninja Forms' own model factory, so listing forms, reading fields, and pulling submissions all go through supported code.
For day-to-day work that means your AI can answer "what did people submit?" and keep the submissions list tidy: read each entry's field values and delete submissions behind a confirm. Reads stay on by default; the delete tool is opt-in and gated.
Once Ninja 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 Ninja Forms.
"How many submissions did the contact form get this week, and what were the top subjects?"
"Delete the spam submission with ID 60 on the contact form."
"List the fields on the job-application form."
List a form's submissions, how EMCP drives Ninja Forms.
ninjaforms-read({ operation: "list-entries", arguments: { form_id: 1 } })Note: Ninja Forms stores submissions as the nf_sub post type; deletes go through WordPress. Pro EMCP integration.
Ninja 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 Ninja Forms itself, EMCP reads your forms, fields, notifications, and entries through Ninja 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 Ninja 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 Formidable forms, fields, notifications, and entries, with entry cleanup.
FormsRead MetForm forms (fields parsed from the Elementor layout) and manage submissions.
FormsInstall EMCP, connect any MCP client, and drive Ninja Forms from a prompt. The core is free and runs entirely on your own server.