Skip to content
Zed

chartone for Zed

io.github.zhugejun/chartone

Render themed charts as hosted URLs. Embed in markdown, emails, and Slack. Hosted MCP, zero setup.

client:Zed transport:stdio runtime:npm

Install chartone in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "chartone": {
      "command": "npx",
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "env": {
        "CHARTONE_API_KEY": "<CHARTONE_API_KEY>"
      }
    }
  }
}

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

chartone in other clients