[ MCP_NODE_3843 ]
mermaid
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Generate Mermaid diagrams and charts dynamically with AI. Create flowcharts, sequence diagrams, class diagrams, and more via MCP.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"mermaid-en": {
"description": "Generate Mermaid diagrams and charts dynamically with AI. Create flowcharts, sequence diagrams, class diagrams, and more via MCP.",
"command": "npx",
"args": [
"-y",
"mcp-mermaid"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.