MCP server that renders PlantUML diagrams to SVG/PNG in-process (MIT-licensed plantuml-mit) - built for Docker MCP Gateway, no external PlantUML server required
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"plantuml-mcp-server": {
"command": "npx",
"args": [
"-y",
"potofo/plantuml-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add plantuml-mcp-server npx -y potofo/plantuml-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"plantuml-mcp-server": {
"command": "npx",
"args": [
"-y",
"potofo/plantuml-mcp-server"
]
}
}
}
📋 Copy