Skip to content
Zed

mermaid mcp app for Zed

io.github.finfin/mermaid-mcp-app

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

client:Zed transport:stdio runtime:npm

Install mermaid mcp app in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mermaid-mcp-app": {
      "command": "npx",
      "args": [
        "-y",
        "mermaid-mcp-app"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mermaid mcp app in other clients