Skip to content
Zed

charta for Zed

io.github.mortenator/charta

Generate beautiful, presentation-ready charts (SVG + PNG). Supports 14+ chart types.

client:Zed transport:stdio runtime:npm

Install charta in Zed

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

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

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

charta in other clients