Skip to content
Cursor

search2chart mcp for Cursor

io.github.iqingyoung/search2chart-mcp

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

client:Cursor transport:stdio runtime:npm

Install search2chart mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

search2chart mcp in other clients