veelenga/claude-mermaid
A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes.
Quick Start
Clone the repository:
git clone https://github.com/veelenga/claude-mermaid/Claude Desktop configuration example:
{
"mcpServers": {
"claude-mermaid": {
"command": "npx",
"args": [
"-y",
"veelenga/claude-mermaid"
]
}
}
}Check the repository README for specific installation and configuration instructions.