V2EX 17小时前
[分享创造] 周五晚上写了一个 mcp-echarts,来试试看!
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

MCP ECharts是一款基于AI的Apache ECharts图表生成工具,支持ECharts所有特性和语法,可导出为png、svg和option格式,轻量级且安全,适用于桌面APP和数据分析。

MCP ECharts

Generate Apache ECharts diagram and chart with AI MCP dynamically. Using for chart generation and data analysis.

开源代码在这里: https://github.com/hustcc/mcp-echarts 求 ⭐️⭐️⭐️。

✨ Features

🤖 Usage

To use with Desktop APP, such as Claude, VSCode, Cline, Cherry Studio, and so on, add the MCP server config below. On Mac system:

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

On Window system:

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

Also, you can use it on aliyun, modelscope, glama.ai, smithery.ai or others with HTTP, SSE Protocol.

🔨 Development

Install dependencies:

npm install

Build the server:

npm run build

Start the MCP server:

npm run start

📄 License

MIT@hustcc.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

MCP ECharts Apache ECharts 图表生成 AI工具
相关文章