Back to MCP Servers
Echarts
Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically.
customer-data-platformsai
By hustcc
Installation
npx -y mcp-echartsConfiguration
{
"mcpServers": {
"mcp-echarts": {
"command": "npx",
"args": ["-y", "mcp-echarts"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes