Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @diagrammo/dgmo-mcp
MCP client config
{
"mcpServers": {
"dgmo-mcp": {
"command": "npx",
"args": [
"-y",
"@diagrammo/dgmo-mcp"
]
}
}
}