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.
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.
claude mcp add planform-mcp -- npx -y @shirbarzur/planform-mcp-server
{
"mcpServers": {
"planform-mcp": {
"args": [
"-y",
"@shirbarzur/planform-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.planform-mcp]
command = "npx"
args = ["-y", "@shirbarzur/planform-mcp-server"]
{
"mcpServers": {
"planform-mcp": {
"args": [
"-y",
"@shirbarzur/planform-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"planform-mcp": {
"args": [
"-y",
"@shirbarzur/planform-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.