hustcc/mcp-echarts
Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically.
Quick Start
Clone the repository:
git clone https://github.com/hustcc/mcp-echartsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-echarts": {
"command": "npx",
"args": [
"-y",
"hustcc/mcp-echarts"
]
}
}
}Check the repository README for specific installation and configuration instructions.