MCP server enabling AI agents to create, read, update, and analyze Mermaid diagrams in a shared workspace with versioning and comments.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window โ this can mean a slow first-time install rather than a real problem.
npx -y @diagramzu/mcpNo response to initialize.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Diagramzu MCP.
list_diagramsList diagrams in the Space (filter with `q`, sort by `updated` / `created`)
list_foldersList folders in the Space
get_diagramFetch one diagram by id (returns title + Mermaid source)
create_diagramCreate a new diagram (returns the share URL)
update_diagramUpdate title and/or Mermaid source of an existing diagram
analyze_diagramGet a structural summary of a diagram (nodes, edges, density)
MCP server for diagramzu.ai. Lets Claude Code, Claude Desktop, Cursor, Windsurf, ChatGPT custom GPTs, and any MCP client read and write Mermaid diagrams in your Space.
You author diagrams by talking to your AI โ it stores them at diagramzu.ai/d/<id>, where your team can read and share them.
Available in the official MCP Registry as
ai.diagramzu/mcp.
Sign up at diagramzu.ai, then create an API token at diagramzu.ai/app/settings/connections. Tokens look like dz_live_โฆ and are scoped to one Space โ no separate space-id needed.
The hosted server is the easy path: no install, no build. Just paste a config.
Add to your client's MCP config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS for Claude Desktop, ~/.cursor/mcp.json for Cursor, etc.):
In the GPT builder, add an MCP server action pointing to https://mcp.diagramzu.ai/mcp with a Bearer-token authentication header set to your dz_live_โฆ token.
with environment:
Most users should prefer the remote HTTP transport above โ the stdio path exists for clients without HTTP MCP support.
| Tool | Description |
|---|---|
list_diagrams | List diagrams in the Space (filter with q, sort by updated / created) |
list_folders | List folders in the Space |
get_diagram | Fetch one diagram by id (returns title + Mermaid source) |
create_diagram | Create a new diagram (returns the share URL) |
update_diagram | Update title and/or Mermaid source of an existing diagram |
analyze_diagram | Get a structural summary of a diagram (nodes, edges, density) |
list_versions | List version history for a diagram |
get_version | Fetch a specific historical version of a diagram |
If you publish your MCP / Claude Code config in a dotfiles or example repo, drop this in the README so the next person knows where the diagrams come from:
Renders as a small shields-style badge โ gray MCP + indigo diagramzu.
For hacking on diagramzu itself, build from source:
MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yenchieh-diagramzu-mcp)<a href="https://allmcps.com/mcp/yenchieh-diagramzu-mcp"><img src="https://allmcps.com/api/badge/yenchieh-diagramzu-mcp?style=directory" alt="Diagramzu MCP on AllMCPs" /></a>