← Back to Plugins
MCP Server MCP

io.github.outturndev/chartwire

github By github 👁 1 views ▲ 0 votes

Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://chartwire.helpfulbutton140.workers.dev/mcp",
      "headers": [
        {
          "description": "Bearer u_<userId>_<token>. Get a free token at https://chartwire.helpfulbutton140.workers.dev (no credit card).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...