Best for
- Developers needing AI assistance to produce technical documentation diagrams (e.g., architecture, flow).
- Teams looking to integrate diagram generation into automated workflows.
- AI users of desktop apps like Claude, VSCode, Cline, etc.
mcp-mermaid is a practical MCP server with multiple transports, easy installation, and rich features. Suitable for developers wanting to integrate AI-based diagram generation, but input validation and privacy considerations are recommended.
mcp-mermaid is an MCP server that enables AI models to generate Mermaid diagrams and charts dynamically. It fully supports all Mermaid features and allows configuration of background color and theme. It supports exporting to base64, SVG, Mermaid source, local files, and remote URLs, with Mermaid validation to aid multi-round output of correct syntax.
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-mermaid"
]
}
}
}