← Back to browse

formio-mcp

Indexed by io.form

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFORMIO_PROJECT_URL FORMIO_BASE_URL FORMIO_API_KEY FORMIO_LOGIN_FORM FORMIO_INSECURE_TLS
Claude Code
claude mcp add --env FORMIO_PROJECT_URL= --env FORMIO_BASE_URL= --env FORMIO_API_KEY= --env FORMIO_LOGIN_FORM= --env FORMIO_INSECURE_TLS= formio-mcp -- npx @formio/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"formio-mcp","command":"npx","args":["@formio/mcp"],"env":{"FORMIO_PROJECT_URL":"","FORMIO_BASE_URL":"","FORMIO_API_KEY":"","FORMIO_LOGIN_FORM":"","FORMIO_INSECURE_TLS":""}}'
JSON
{
  "mcpServers": {
    "formio-mcp": {
      "command": "npx",
      "args": [
        "@formio/mcp"
      ],
      "env": {
        "FORMIO_PROJECT_URL": "",
        "FORMIO_BASE_URL": "",
        "FORMIO_API_KEY": "",
        "FORMIO_LOGIN_FORM": "",
        "FORMIO_INSECURE_TLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.