mcpbeat Sign in

Planform MCP Server

by shirbarzur Your server? Claim it
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

Nothing serious here today

Today is the operative word: we check Planform MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 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"
    }
  }
}

Alternatives to Planform MCP Server

same job, measured the same way
I
Chalk
by appkitstudio

Chalk's bundled MCP server for drawing diagrams on macOS via Claude, Cursor, VS Code

local only
Hovercode
by hovercode

Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.

223 installs/wk 36 tools answering
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Linkonda
by linkonda

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

90 installs/wk local only
Opn MCP
by ysalitrynskyi

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

40 installs/wk local only
QRStuff MCP Server
by qrstuff

Generate, update, manage, and track QR codes using the QRStuff platform.

answering
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only

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.