← Index

io.github.finfin/mermaid-mcp-app

io.github.finfin/mermaid-mcp-app·v0.3.2·Other
Quality Score
79
/100

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mermaid-mcp-app": {
      "command": "npx",
      "args": [
        "-y",
        "mermaid-mcp-app"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mermaid-mcp-app": {
      "command": "npx",
      "args": [
        "-y",
        "mermaid-mcp-app"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mermaid-mcp-app
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other