Skip to content
Zed

Blueprint Chart for Zed

io.github.blueprint-chart/mcp

The open chart format an LLM writes and the browser renders — to interactive, accessible SVG.

client:Zed transport:stdio runtime:npm

Install Blueprint Chart in Zed

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

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blueprint-chart/mcp"
      ]
    }
  }
}

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

Blueprint Chart in other clients