Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-servicemacoswindowslinux
Share:

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.

Details

Category
Developer Tools
Language
TypeScript
Author
veelenga