← Back to Plugins
MCP Server MCP

io.github.zhugejun/chartone

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @chartone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chartone/mcp",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional API key for higher quota and no watermark. Anonymous mode works without a key — charts return watermarked with a 7-day URL.",
          "format": "string",
          "isSecret": true,
          "name": "CHARTONE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...