mcp_espn_ff
by KBThree13·★ 30·Score 40
ESPN Fantasy Football MCP server providing league data, team rosters, and player stats through tools.
Overview
This MCP server enables LLMs to interact with the ESPN Fantasy Football API through a standardized interface. It provides tools for accessing league information, team rosters, player statistics, standings, and matchup details. The server can work with both public and private ESPN leagues, requiring authentication for private access.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you use ESPN Fantasy Football and want to access league data through natural language interactions with LLMs.
When NOT to choose this
Avoid if you use other fantasy football platforms (like Yahoo or NFL) that don't have ESPN API integration.
Tools this server exposes
6 tools extracted from the READMEauthenticateSecurely 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
Comparable tools
Installation
Installation
Prerequisites
- Python 3.10 or higher
uvpackage manager- Claude Desktop for the best experience
Usage with Claude Desktop
- Update the Claude Desktop config:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Include reference to the MCP server:
```json { "mcpServers": { "espn-fantasy-football": { "command": "uv", "args": [ "--directory", "/absolute/path/to/directory", "run", "espn_fantasy_server.py" ] } } }
- Restart Claude Desktop
FAQ
- Does this work with private ESPN leagues?
- Yes, the server supports private leagues through ESPN credential authentication.
- What information can I access through this MCP server?
- You can access league info, team rosters, player statistics, league standings, and matchup information.
Compare mcp_espn_ff with
Last updated · Auto-generated from public README + GitHub signals.