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

echarts llm mcp mcp-server
5 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to add an `outputType` schema field to all charting tools within the `mcp-echarts` project, mirroring the existing implementation in the `generate_echarts` tool. This field will allow users to specify the desired output format (png, svg, or option) for generated charts.

Complexity: 3/5
enhancement help wanted

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

TypeScript
#echarts#llm#mcp#mcp-server
Fix the chart style error about 1 month ago

AI Summary: Debug and fix styling errors in generated ECharts charts. The issue involves discrepancies between expected and actual chart renderings for candlestick and treemap chart types, as evidenced by provided screenshots. This requires familiarity with ECharts styling and potentially the mcp-echarts library.

Complexity: 4/5
help wanted

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

TypeScript
#echarts#llm#mcp#mcp-server

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

TypeScript
#echarts#llm#mcp#mcp-server

AI Summary: Upgrade the `mcp-echarts` project to use the latest version of ECharts (version 6). This involves updating dependencies, modifying code to accommodate any breaking changes introduced in ECharts 6, and thorough testing to ensure functionality remains intact.

Complexity: 4/5
help wanted

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

TypeScript
#echarts#llm#mcp#mcp-server

AI Summary: Integrate MinIO cloud storage into the existing MCP ECharts application to store generated chart images as Base64 encoded strings and return URLs instead. This involves adding MinIO configuration (using environment variables) and modifying the application to upload images to MinIO and return the generated URLs.

Complexity: 4/5
help wanted

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

TypeScript
#echarts#llm#mcp#mcp-server