Skip to content
Cursor

mermaid mcp app for Cursor

io.github.finfin/mermaid-mcp-app

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

client:Cursor transport:stdio runtime:npm

Install mermaid mcp app in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mermaid-mcp-app": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mermaid-mcp-app"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mermaid mcp app in other clients