Skip to content
Claude Desktop

chartone for Claude Desktop

io.github.zhugejun/chartone

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

client:Claude Desktop transport:stdio runtime:npm

Install chartone in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

chartone in other clients