Servers
MCP ECharts
@hustcc
Generate Apache ECharts diagram and chart with AI MCP dynamically. Using for chart generation and data analysis.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-echarts": {
"command": "npx",
"args": [
"-y",
"mcp-echarts"
]
}
}
}