Back to MCP Servers
🔌

veelenga/claude-mermaid

MIT

📇 🏠 🍎 🪟 🐧 - A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes.

TypeScriptAI & LLMs

Install

npx -y claude-mermaid

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "veelenga-claude-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "claude-mermaid"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.