mcp_espn_ff
by KBThree13·★ 30·综合分 40
ESPN梦幻足球MCP服务器,提供联盟数据、阵容名单和球员统计工具。
概述
这个MCP服务器使LLM能够通过标准化接口与ESPN梦幻足球API交互。它提供工具用于访问联盟信息、队伍阵容、球员统计、排名和比赛详情。服务器可以处理公共和私有ESPN联盟,私有访问需要身份验证。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用ESPN梦幻足球并希望通过LLM的自然语言交互访问联盟数据,请选择此MCP服务器。
什么时候不要选它
如果您使用其他梦幻足球平台(如雅虎或NFL),这些平台没有ESPN API集成,请避免使用。
此 server 暴露的工具
从 README 抽取出 6 个工具authenticateSecurely store ESPN credentials for the current session
get_league_infoGet basic information about fantasy football leagues
get_team_rostersView current team rosters and player details
get_player_statsFind and display stats for specific players
get_league_standingsView current team rankings and performance metrics
get_matchup_infoGet details about weekly matchups
可对比工具
安装
安装
先决条件
- Python 3.10 或更高版本
uv包管理器- Claude Desktop(最佳体验)
与Claude Desktop配合使用
- 更新Claude Desktop配置文件:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - 添加对MCP服务器的引用:
```json { "mcpServers": { "espn-fantasy-football": { "command": "uv", "args": [ "--directory", "/absolute/path/to/directory", "run", "espn_fantasy_server.py" ] } } }
- 重启Claude Desktop
FAQ
- 这个MCP服务器是否支持私有ESPN联盟?
- 是的,服务器通过ESPN凭据身份验证支持私有联盟。
- 通过这个MCP服务器可以访问哪些信息?
- 您可以访问联盟信息、队伍阵容、球员统计、联盟排名和比赛详情。
mcp_espn_ff 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。