Back to MCP Servers
Claude Mermaid
A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes.
developer-toolsai
By veelenga
Installation
npx -y claude-mermaidConfiguration
{
"mcpServers": {
"claude-mermaid": {
"command": "npx",
"args": ["-y", "claude-mermaid"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes