Skip to content
VS Code

search2chart mcp for VS Code

io.github.iqingyoung/search2chart-mcp

跨客户端 ECharts 图表 MCP server:数据 -> 可交互 HTML 与内联图片

client:VS Code transport:stdio runtime:npm

Install search2chart mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "search2chart-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "search2chart-mcp"
      ]
    }
  }
}

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

search2chart mcp in other clients