❤️ Generate mermaid diagram and chart with AI MCP dynamically.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"hustcc/mcp-mermaid"
]
}
}
}
Run in terminal:
claude mcp add mcp-mermaid npx -y hustcc/mcp-mermaid
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"hustcc/mcp-mermaid"
]
}
}
}