Odel
mcp server chart

mcp server chart

Local
@antvis4.3kTypeScriptMITUpdated 1w ago

A Model Context Protocol server for generating charts using AntV.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@antv/mcp-server-chartv0.9.0-beta.1

Run

npx -y @antv/mcp-server-chart

MCP client config

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ]
    }
  }
}