Odel
ai

ai

Local
@formio6TypeScriptMITUpdated 1w ago

Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@formio/mcpv0.12.3

Run

npx -y @formio/mcp

MCP client config

{
  "mcpServers": {
    "ai": {
      "command": "npx",
      "args": [
        "-y",
        "@formio/mcp"
      ]
    }
  }
}