← Index

io.github.zhugejun/chartone

io.github.zhugejun/chartone·v0.1.6·Chat & Messaging
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "chartone": {
      "command": "npx",
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "env": {
        "CHARTONE_API_KEY": "<your-chartone_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "chartone": {
      "command": "npx",
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "env": {
        "CHARTONE_API_KEY": "<your-chartone_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @chartone/mcp
§02  Environment variables
CHARTONE_API_KEY
secret

Optional API key for higher quota and no watermark. Anonymous mode works without a key — charts return watermarked with a 7-day URL.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging