MCP Directory
Back

mcp-echarts

by hustcc · TypeScript · ★ 245

🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.

#echarts#llm#mcp#mcp-server

Install

npx -y github:hustcc/mcp-echarts

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-echarts": {
      "command": "npx",
      "args": [
        "-y",
        "github:hustcc/mcp-echarts"
      ]
    }
  }
}

From the README

Generate [Apache ECharts](https://echarts.apache.org/) with AI MCP dynamically for chart generation and data analysis. _Also you can use [mcp-server-chart](https://github.com/antvis/mcp-server-chart) to generate chart, graph, map._ - Fully support all features and syntax of , include data, style, theme and so on. - Support exporting to , , and formats, with validation for to facilitate the model's multi-round output of correct syntax and graphics. - MinIO Integration, store charts in object storage and return URLs instead of Base64 data for better performance and sharing capabili…
Read full README on GitHub →

Related ai & ml servers