Loading MCP server directory, please wait...
Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.
npx @getmcp/cli add io.form/formio-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FORMIO_PROJECT_URLFull URL of the Form.io project to target (e.g. https://api.form.io/my-project, or https://your-host/project-name for self-hosted).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.form/formio-mcp": {
"command": "npx",
"args": [
"-y",
"@formio/mcp"
],
"env": {
"FORMIO_PROJECT_URL": "",
"FORMIO_BASE_URL": "",
"FORMIO_API_KEY": "",
"FORMIO_LOGIN_FORM": "",
"FORMIO_INSECURE_TLS": ""
}
}
}
}