veelenga/claude-mermaid
MCP Server to previewing mermaid diagrams with live reload
Platform-specific configuration:
{
"mcpServers": {
"claude-mermaid": {
"command": "npx",
"args": [
"-y",
"claude-mermaid"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for rendering Mermaid diagrams in Claude Code with live reload functionality and a built-in skill for expert guidance.
Automatically renders diagrams in your browser with real-time updates as you refine them. Perfect for iterative diagram development and documentation workflows.
preview_id to work on multiple diagrams simultaneously~/.config/claude-mermaid/live<details> <summary>Project Architecture Diagram</summary>
</details>
<details> <summary>User Workflow Diagram</summary>
</details>
<details> <summary>Dependencies Diagram</summary>
</details>
Plugin Install (Recommended)
In Claude Code, add the marketplace and install the plugin:
/plugin marketplace add veelenga/claude-mermaid
/plugin install claude-mermaid@claude-mermaidThe
Loading reviews...