
Fantasy Football MCP Server
by derekrbreese
Advanced Yahoo Fantasy Football management with lineup optimization, draft assistance, and player enhancement layers.
What it does
Connects to the Yahoo Fantasy Football API to provide an AI-powered command center for league management. It allows users to optimize lineups, manage drafts, and analyze player performance across multiple leagues using a sophisticated enhancement layer that blends real-time data with projections.
Tools
ff_get_leagues: Lists all authenticated Yahoo leagues.ff_build_lineup: Generates optimal lineups using advanced algorithms.ff_get_waiver_wire: Identifies smart waiver wire targets with expert analysis.ff_get_draft_recommendation: Provides AI-powered draft pick suggestions.ff_analyze_reddit_sentiment: Analyzes social media buzz for player updates.ff_get_roster: Detailed inspection of team rosters.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"fantasy-football": {
"command": "python3",
"args": ["/path/to/fantasy_football_multi_league.py"],
"env": {
"YAHOO_CLIENT_ID": "your_id",
"YAHOO_CLIENT_SECRET": "your_secret",
"YAHOO_ACCESS_TOKEN": "your_token",
"YAHOO_REFRESH_TOKEN": "your_refresh_token",
"YAHOO_GUID": "your_guid"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -r requirements.txtInformation
- Pricing
- free
- Published






