Pure Node/JS Model Context Protocol (MCP) server for PlantUML, powered by the TeaVM-compiled engine. No Java runtime required.
| Tool name | Description | Destructive? |
|---|---|---|
| plantuml_version | ✓ no | |
| check_syntax | ✓ no | |
| render_diagram | ✓ no | |
| explain_diagram | ✓ no |
{
"mcpServers": {
"plantumlmcp-js": {
"command": "npx",
"args": [
"-y",
"@plantuml/mcp-js"
]
}
}
}