Skip to content
MCP Server Community By @yenchieh

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 β†’
Connected Apps: yenchieh/diagramzu-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-yenchieh-diagramzu-mcp

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": {}
    }
  }
}