A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y claude-mermaidAgent-CoreX intelligently routes which tools from veelenga/claude-mermaid your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"claude-mermaid": {
"command": "npx",
"args": [
"-y",
"claude-mermaid"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add claude-mermaidAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use veelenga/claude-mermaid directly without routing
npx -y claude-mermaidNew to Agent-CoreX? View setup guide →