Skip to main content
Customer Data PlatformsTypeScript

hustcc/mcp-echarts

Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically.

customer-data-platformslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hustcc/mcp-echarts

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Customer Data Platforms
Language
TypeScript
Author
hustcc