Agent Tools
Back to MCP servers
● degraded

UML-MCP Server is an MCP (Model Context Protocol) powered diagram generation service that turns natural-language prompts into professional diagrams. It supports PlantUML, Mermaid, and Kroki-backed formats, so users can either describe what they want in plain language or provide diagram code directly. The server validates and renders many UML and architecture diagram types (class, sequence, activity, state, component, deployment, ERD, C4, and more), then returns shareable outputs such as SVG/PNG/PDF URLs (and file output when running locally). It is designed for seamless use with MCP clients like Cursor and Claude Desktop, with both local and remote deployment options.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/antoinebou12/uml/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/antoinebou12/uml/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/antoinebou12/uml-mcp
Listed at (smithery)
https://github.com/antoinebou12/uml-mcp