mcpbeat

Planform MCP Server

io.github.ShirBarZur/planform-mcp
local only

Planform MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

Installs / week
npm · @shirbarzur/planform-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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 planform-mcp -- npx -y @shirbarzur/planform-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "planform-mcp": {
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.planform-mcp]
command = "npx"
args = ["-y", "@shirbarzur/planform-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "planform-mcp": {
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "planform-mcp": {
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Planform MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Planform MCP Server?
Planform MCP Server 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 @shirbarzur/planform-mcp-server.
How do I connect Planform MCP Server?
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 @shirbarzur/planform-mcp-server straight from npm; nothing to host, nothing to sign up for.