Skip to content
Grok

search2chart mcp for Grok

io.github.iqingyoung/search2chart-mcp

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

client:Grok transport:stdio runtime:npm

Install search2chart mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

search2chart mcp in other clients