mcp-ipfs vs ultimate_mcp_server
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-ipfs by alexbakers | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 16 | ★ 149 |
| 30天用量 | — | — |
| 综合分 | 35 | 85 |
| 官方 | — | — |
| 分类 | 云存储开发者工具本地文件系统 | AI / LLM 工具浏览器自动化本地文件系统 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 13 个月前 | 2 个月前 |
mcp-ipfs · 概述
一个MCP服务器,包装w3 CLI,使语言模型能够通过storacha.network与IPFS交互。
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
mcp-ipfs · 使用场景
- 让AI助手管理IPFS空间和上传文件
- 使语言模型能够生成和分享w3s链接
- 为AI提供管理Web3存储委托和证明的能力
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
mcp-ipfs · 安装
安装
- 安装先决条件:
- Node.js 22.0.0或更高版本 - w3 CLI:npm install -g @web3-storage/w3cli - 配置w3:w3 login <your-email@example.com>
- 设置环境变量:
export W3_LOGIN_EMAIL="your-email@example.com"
- 配置您的MCP客户端:
{
"mcpServers": {
"ipfs": {
"command": "npx",
"args": ["-y", "mcp-ipfs"],
"env": {
"W3_LOGIN_EMAIL": "your-email@example.com"
}
}
}
}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_server