- Explore MCP Servers
- mcp_espn_ff
Mcp Espn Ff
What is Mcp Espn Ff
mcp_espn_ff is an MCP (Model Context Protocol) server that enables LLMs like Claude to interact with the ESPN Fantasy Football API, providing access to league data, team rosters, player statistics, and more through a standardized interface.
Use cases
Use cases include tracking player performance, managing fantasy football teams, analyzing league standings, and providing insights for weekly matchups.
How to use
To use mcp_espn_ff, install Python 3.10 or higher and the ‘uv’ package manager. Configure Claude Desktop by updating the configuration file to include the MCP server details, then restart Claude Desktop to start using the server.
Key features
Key features include secure authentication for private leagues, access to league information, viewing team rosters and player details, displaying player statistics, checking league standings, and obtaining matchup information.
Where to use
mcp_espn_ff can be used in fantasy sports applications, particularly for managing and analyzing data related to ESPN Fantasy Football leagues.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Espn Ff
mcp_espn_ff is an MCP (Model Context Protocol) server that enables LLMs like Claude to interact with the ESPN Fantasy Football API, providing access to league data, team rosters, player statistics, and more through a standardized interface.
Use cases
Use cases include tracking player performance, managing fantasy football teams, analyzing league standings, and providing insights for weekly matchups.
How to use
To use mcp_espn_ff, install Python 3.10 or higher and the ‘uv’ package manager. Configure Claude Desktop by updating the configuration file to include the MCP server details, then restart Claude Desktop to start using the server.
Key features
Key features include secure authentication for private leagues, access to league information, viewing team rosters and player details, displaying player statistics, checking league standings, and obtaining matchup information.
Where to use
mcp_espn_ff can be used in fantasy sports applications, particularly for managing and analyzing data related to ESPN Fantasy Football leagues.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
ESPN Fantasy Football MCP Server
Overview
This MCP (Model Context Protocol) server allows LLMs like Claude to interact with the ESPN Fantasy Football API. It provides tools for accessing league data, team rosters, player statistics, and more through a standardized interface. It can work with both public and private ESPN Leagues.
Features (MCP Tools)
- Authentication: Securely store ESPN credentials for the current session (for private leagues)
- League Info: Get basic information about fantasy football leagues
- Team Rosters: View current team rosters and player details
- Player Stats: Find and display stats for specific players
- League Standings: View current team rankings and performance metrics
- Matchup Information: Get details about weekly matchups
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
{ "mcpServers": { "espn-fantasy-football": { "command": "uv", "args": [ "--directory", "/absolute/path/to/directory", "run", "espn_fantasy_server.py" ] } } }
- Restart Claude Desktop
Acknowledgements
cwendt94/espn-api for the nifty python wrapper around the ESPN Fantasy API
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










