← Index

Planform MCP Server

io.github.ShirBarZur/planform-mcp·v1.0.7·Developer Tools
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "planform-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "planform-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shirbarzur/planform-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Developer Tools