yenchieh/diagramzu-mcp
π βοΈ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL β instead of pasting back hundreds of lines of prose. Hosted endpoint `https://mcp.diagramzu.ai/mcp` or local `npx -y @diagramzu/mcp`. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and `analyze_diagram` lints.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide βInstallation Guide
Detailed Documentation
π βοΈ - Let your AI author Mermaid diagrams (flowchart, sequence, ER, mindmap) in a shared workspace, then read, comment on, embed, and present them at a clean URL β instead of pasting back hundreds of lines of prose. Hosted endpoint https://mcp.diagramzu.ai/mcp or local npx -y @diagramzu/mcp. 14 tools incl. diagram CRUD, version history, comments, presentation decks, and analyze_diagram lints.
Configuration
{
"mcpServers": {
"yenchieh-diagramzu-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-yenchieh-diagramzu-mcp"
],
"env": {}
}
}
}