ultimate_mcp_server vs mcp-echarts
并排对比,帮你在这两个 MCP server 之间做选择。
ultimate_mcp_server by Dicklesworthstone | mcp-echarts by hustcc | |
|---|---|---|
| Stars | ★ 149 | ★ 228 |
| 30天用量 | — | — |
| 综合分 | 85 | 48 |
| 官方 | — | — |
| 分类 | AI / LLM 工具浏览器自动化本地文件系统 | AI / LLM 工具开发者工具data-visualization |
| 实现语言 | Python | TypeScript |
| 最近提交 | 2 个月前 | 4 个月前 |
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
mcp-echarts · 概述
MCP ECharts 通过模型上下文协议实现动态 ECharts 图表生成。
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
mcp-echarts · 使用场景
- 为 AI 分析和报告生成可视化数据表示
- 从 AI 模型处理的数据创建图表和图形
- 通过云存储集成使用 URL 共享生成的图表
ultimate_mcp_server · 安装
安装
- 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- 安装依赖:
pip install -e .- 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- 运行服务器:
python -m ultimate_mcp_servermcp-echarts · 安装
安装
先决条件
- Node.js 18 或更高版本
桌面应用程序 (stdio 传输)
将 MCP 服务器配置添加到您的桌面应用程序:
{
"mcpServers": {
"mcp-echarts": {
"command": "npx",
"args": [
"-y",
"mcp-echarts"
]
}
}
}使用 SSE 或 Streamable 传输运行
全局安装:
npm install -g mcp-echarts使用 SSE 传输运行(默认):
mcp-echarts -t sse或使用 Streamable 传输:
mcp-echarts -t streamable访问地址:
- SSE: http://localhost:3033/sse
- Streamable: http://localhost:3033/mcp