Best for
- Developers using Form.io to build form applications within AI coding environments
- Enterprises needing standardized data, RBAC, and audit capabilities
- Teams using Claude Code or other MCP-aware clients
The Form.io Agentic Coding Toolset is an official project providing a mature MCP integration for the Form.io platform. It includes a rich set of tools and skills supporting both application and form development, and offers an easy install via Claude Code plugin. The tools are stable and well-documented, but require Form.io project permissions.
The Form.io Agentic Coding Toolset is a comprehensive package including an MCP server (@formio/mcp), a Claude Code plugin (@formio/ai), and an AI skills library, designed to let developers perform complex actions against the Form.io Enterprise Server using their favorite agentic coding tools (starting with Claude Code). It enables creating and managing forms, resources, actions, roles, and projects, and provides a rich skill library (app orchestration, form building, resource planning, schema authoring, etc.) to accelerate development. The toolset turns Form.io into a composable backend for agentically coded applications, leveraging production-grade data, RBAC, and audit infrastructure.
{
"mcpServers": {
"formio-mcp": {
"command": "npx",
"args": [
"-y",
"@formio/mcp"
],
"env": {
"FORMIO_BASE_URL": "https://api.form.io",
"FORMIO_PROJECT_URL": "https://your-project.form.io"
}
}
}
}