mcpbeat Sign in

Formio MCP Server

local only

Formio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from npm. Last commit 9 Sep 2026.

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

Installs per day peak 323 · avg 72 · +240% w/w
a month agotoday
205
Installs / week
npm · @formio/mcp
7
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox packages/mcp-server/src/browser-availability.ts:17
const CONTAINER_MARKER = '/.dockerenv';

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add formio-mcp -- npx -y @formio/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "formio-mcp": {
      "args": [
        "-y",
        "@formio/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.formio-mcp]
command = "npx"
args = ["-y", "@formio/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "formio-mcp": {
      "args": [
        "-y",
        "@formio/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "formio-mcp": {
      "args": [
        "-y",
        "@formio/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FORMIO_PROJECT_URL (Optional, and the WEAKEST of the three project sources: a committed formio.json found by walking up from the working directory wins, then the per-directory mapping project_set writes, then this. It pins nothing — project_set can redirect a directory whose environment names a different project. Useful for a launch with nowhere to record a project, such as CI or a container (e.g. https://examples.form.io on the hosted cloud; self-hosted it is either https://your-project.your-domain.com or https://your-host/project-name, depending on how that deployment routes projects). Leave it unset and the agent asks for a project and records it per directory.), FORMIO_BASE_URL (Optional, and usually unnecessary: the base URL is DERIVED from the project URL — https://api.form.io for a project on a form.io host, the parent path for a project addressed as a sub-directory — and is asked for only when it cannot be derived, which is a path-less project URL on a customer domain. There is no default. Like FORMIO_PROJECT_URL it is the weakest source, behind a committed formio.json and the per-directory mapping.), FORMIO_API_KEY (Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT.), FORMIO_LOGIN_FORM (URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form.), FORMIO_FORCE_BROWSER (Set to 1 to attempt the browser login even where the server detects it cannot present one (CI, a container, a remote shell with no display). Use it when the login page is reachable from a browser elsewhere.), FORMIO_INSECURE_TLS (Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Formio MCP

same job, measured the same way
MeisterTask
by meistertask

Create and manage MeisterTask projects, tasks, and notes from your AI assistant.

answering
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
Decisionrules
by decisionrules

Create, manage, and test business rules directly from your AI agent via the DecisionRules platform.

answering
Gud API MCP
by gudlab

AI agents create, run, and save API requests as Gud API collections in your project.

33 installs/wk local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
Prefab
by prefabapp

List, create and deploy your Prefab project templates from any MCP agent.

36 installs/wk local only
Formpaste
by formpaste

Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.

46 installs/wk 6 tools answering
Globalize
by globalize-now

Localization for AI agents: projects, languages, glossaries and translations from your agent

answering

Formio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Formio MCP?
Formio MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @formio/mcp was installed 205 times last week.
How do I connect Formio MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @formio/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Formio MCP?
The npm package @formio/mcp was installed 205 times in the last week. Week over week that is +240%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Formio MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.