WPForms Abilities
WPForms exposes its form builder, fields, and settings as WordPress abilities, letting AI assistants list and inspect your forms, and — once write access is turned on — create forms and add or update fields in plain English.
8
Total
4
Read
4
Write
Requires the WPForms plugin on WordPress 6.9+ (abilities only register when the wp_register_ability() function exists). Read abilities need the WPForms 'view_forms' or 'view_form_single' capability. The four write abilities (create-form, update-form-settings, add-field, update-field) additionally require the 'Enable MCP Write Access' toggle (the ai-mcp-write-enabled setting under WPForms → Tools → AI MCP) to be turned on, plus the 'create_forms' or 'edit_form_single' capability — without both, they return a 403 error and are hidden from MCP clients entirely.
Add Field
Writewpforms/add-field
Add a new field of a given type to an existing WPForms form.
Create Form
Writewpforms/create-form
Create a new WPForms form, optionally pre-populated with fields and settings.
Describe Editing Schema
Read-onlywpforms/describe-editing-schema
Discover which field types, field properties, and form settings can currently be created or edited.
Get Form
Read-onlywpforms/get-form
Get a single WPForms form's metadata, safe settings, and optionally its fields.
Get Form Stats
Read-onlywpforms/get-form-stats
Get basic stats for a form; detailed entry statistics require WPForms Pro.
List Forms
Read-onlywpforms/list-forms
List WPForms forms filtered by status, with pagination.
Update Field
Writewpforms/update-field
Update properties of an existing field on a WPForms form.
Update Form Settings
Writewpforms/update-form-settings
Update a form's title, description, or submit-button text.
More Forms plugins with abilities
All Forms →Use WPForms's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.