Skip to content
VS Code

chartwire for VS Code

io.github.outturndev/chartwire

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

client:VS Code transport:streamable-http

Install chartwire in VS Code

.vscode/mcp.json

{
  "servers": {
    "chartwire": {
      "type": "http",
      "url": "https://chartwire.helpfulbutton140.workers.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

chartwire in other clients