mermaid-live-editor (MCP Server)

GitHub

Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.

6,751 stars TypeScript MCP Ready Full Docs Skills View Markdown #diagrams#mermaid

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mermaid-live-editor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mermaid-live-editor"
      ]
    }
  }
}