Render, validate, encode/decode PlantUML diagram-as-code; 22 diagram types. Free, no auth.
claude mcp add uml-plantuml --transport http https://uml.singsk.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"uml-plantuml": {
"url": "https://uml.singsk.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uml-plantuml": {
"serverUrl": "https://uml.singsk.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"uml-plantuml": {
"type": "http",
"url": "https://uml.singsk.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"uml-plantuml": {
"url": "https://uml.singsk.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"uml-plantuml": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://uml.singsk.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://uml.singsk.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.singsk--uml-plantuml/reviews or the review_server meta-tool.
POST /mcp