MCP Catalogs
Home

mcp_espn_ff

by KBThree13·30·Score 40

ESPN Fantasy Football MCP server providing league data, team rosters, and player stats through tools.

ai-llmsportsother
9
Forks
3
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Ask an AI assistant about your fantasy football team's performance and player stats
you:Get matchup information and league standings through natural language queries
you:Manage your fantasy football roster using voice commands to an AI assistant
you:Does this work with private ESPN leagues?
you:What information can I access through this MCP server?

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 README
  • authenticate

    Securely store ESPN credentials for the current session

  • get_league_info

    Get basic information about fantasy football leagues

  • get_team_rosters

    View current team rosters and player details

  • get_player_stats

    Find and display stats for specific players

  • get_league_standings

    View current team rankings and performance metrics

  • get_matchup_info

    Get details about weekly matchups

Comparable tools

yahoo-fantasy-mcpfantasy-football-sdkespn-api-python-wrapper

Installation

Installation

Prerequisites
  • Python 3.10 or higher
  • uv package manager
  • Claude Desktop for the best experience
Usage with Claude Desktop
  1. 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" ] } } }

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.