fantasy-football-mcp-public vs ultimate_mcp_server
并排对比,帮你在这两个 MCP server 之间做选择。
fantasy-football-mcp-public by derekrbreese | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 34 | ★ 149 |
| 30天用量 | — | — |
| 综合分 | 45 | 85 |
| 官方 | — | — |
| 分类 | sportsAI / LLM 工具开发者工具 | AI / LLM 工具浏览器自动化本地文件系统 |
| 实现语言 | Python | Python |
| 最近提交 | 5 个月前 | 2 个月前 |
fantasy-football-mcp-public · 概述
雅虎梦幻足球 MCP 服务器,提供智能阵容优化、选秀辅助和联盟管理功能。
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
fantasy-football-mcp-public · 使用场景
- 利用 AI 算法优化梦幻足球阵容,考虑比赛情况和球员预测
- 在梦幻足球选秀过程中获得实时推荐和策略性分析
- 通过增强的球员数据分析自由球员名单,包括最新表现和趋势标志
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
fantasy-football-mcp-public · 安装
安装
- 克隆仓库:
git clone https://github.com/derekrbreese/fantasy-football-mcp-public.git
cd fantasy-football-mcp-public
pip install -r requirements.txt- 创建雅虎 API 凭据的
.env文件:
YAHOO_CLIENT_ID=your_consumer_key_here
YAHOO_CLIENT_SECRET=your_consumer_secret_here
YAHOO_ACCESS_TOKEN=your_access_token
YAHOO_REFRESH_TOKEN=your_refresh_token
YAHOO_GUID=your_yahoo_guid- 完成 OAuth 认证:
cd utils
python setup_yahoo_auth.py对于 Claude Desktop,添加到 claude_desktop_config.json:
{
"mcpServers": {
"fantasy-football": {
"command": "python",
"args": ["/path/to/fantasy_football_multi_league.py"]
}
}
}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