MCP Catalogs
首页

fantasy-football-mcp-public vs filesystem

并排对比,帮你在这两个 MCP server 之间做选择。

fantasy-football-mcp-public
by derekrbreese
filesystem
by modelcontextprotocol
Stars★ 34★ 85,748
30天用量
综合分4577
官方
分类
sportsAI / LLM 工具开发者工具
本地文件系统开发者工具效率工具
实现语言PythonTypeScript
最近提交5 个月前本月

fantasy-football-mcp-public · 概述

雅虎梦幻足球 MCP 服务器,提供智能阵容优化、选秀辅助和联盟管理功能。

filesystem · 概述

功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。

fantasy-football-mcp-public · 使用场景

  • 利用 AI 算法优化梦幻足球阵容,考虑比赛情况和球员预测
  • 在梦幻足球选秀过程中获得实时推荐和策略性分析
  • 通过增强的球员数据分析自由球员名单,包括最新表现和趋势标志

filesystem · 使用场景

  • 使 AI 模型能够读取和写入项目文件进行开发
  • 允许 Claude 或其他 MCP 客户端浏览和分析代码库
  • 为内容生成提供对特定目录的安全沙盒访问

fantasy-football-mcp-public · 安装

安装

  1. 克隆仓库:
git clone https://github.com/derekrbreese/fantasy-football-mcp-public.git
cd fantasy-football-mcp-public
pip install -r requirements.txt
  1. 创建雅虎 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
  1. 完成 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"]
    }
  }
}

filesystem · 安装

安装

使用 NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

使用 Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code 扩展

点击 README 中的安装按钮直接在 VS Code 中安装。

对比内容由 README + GitHub 公开数据自动生成,定期更新。