Fantasy-Football-Draft-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fantasy-Football-Draft-MCPSync my Sleeper draft and tell me who to pick."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fantasy Football Draft Analyst (MCP Server)
A live draft assistant. Connect it to Claude, sync your ESPN or Sleeper draft board, and ask "who should I pick?" at every turn. It answers with a recommendation, the reasoning, and the odds each player survives to your next pick.
Tested end to end against live data: 631 players (551 veterans, 80 rookies) modelled from 247,284 plays across five seasons, priced against real 2026 preseason consensus.
Quick start
git clone https://github.com/OWNER/ff-draft-mcp.git
cd ff-draft-mcp
pip install -e .
# One-time data build (~3-6 min; downloads 5 seasons, then caches)
python setup_data.pyAdd to claude_desktop_config.json:
{
"mcpServers": {
"fantasy-draft": {
"command": "python",
"args": ["-m", "ffdraft.server"],
"env": {
"FFDRAFT_SEASON": "2026",
"ESPN_SWID": "optional-for-private-espn-leagues",
"ESPN_S2": "optional-for-private-espn-leagues"
}
}
}
}Then in Claude:
Set up my home league: 10 teams, full PPR, I pick 4th.
Set up my work league: 13 teams, half PPR, I pick 11th.
Switch to home. Sync my Sleeper draft 1234567890. Who should I pick?Related MCP server: StatHead
Documentation
Guide | What's in it |
Install to first recommendation in ten minutes | |
Every tool, argument and environment variable | |
How projections work and why the defaults are what they are | |
When something looks wrong | |
A full draft session, prompt snippets, sample ADP file | |
ESPN cookies, network access, what's stored locally | |
Tests, lint, and the bar for model changes | |
Release history |
What it does
Recommends picks by opportunity cost, not raw value. Knowing a player is good is easy; knowing whether he'll still be there at your next turn is what decides who to take now. For each position the model walks the board top-down, accumulating the probability every better player is gone, and values a pick by its marginal gain over waiting.
At pick 6 with the top five off the board, that means recommending Amon-Ra St. Brown over Josh Allen — Allen grades as the highest-value player left, but has a 73% chance of lasting to pick 19, and the receiver has 8%.
Projects players from five seasons of open data. Offensive line from adjusted line yards and pressure allowed, neutral-script pace and run/pass split, five-year defensive strength by position, divisional schedule, injury history crossed with workload burden, positional aging curves. Computed from raw plays rather than scraped from ranking tables, so it recomputes under your scoring and doesn't break when a website changes its HTML.
Optimises for consistency. The default leans toward week-to-week reliability over raw ceiling. Tune it with one number.
Handles your actual leagues. PPR, half PPR, standard, superflex, TE premium, any size, any slot. Multiple leagues side by side with separate boards and drafts.
Separation and route efficiency from NGS tracking data — the open-data stand-in for paywalled charting. Validated against a published PFF table: TPRR within a few hundredths, ordering correct.
Rookies projected from draft capital, fitted to ten years of first-year outcomes.
Live sync from Sleeper (public API, no credentials), ESPN, or paste from anywhere.
Name matching that survives real drafts — JSN, CMC, Bijan, Hollywood Brown,
Joshua Palmer, and typos. Ambiguous names name their candidates rather than guessing.
Tools
Tool | What it does |
| Create or update a named league; makes it active |
| All your leagues and which is active |
| Change active league; board and draft resume instantly |
| Delete a league and its draft history |
| Rebuild the board from source. Run once before draft day |
| Pull the live board from Sleeper, ESPN, or pasted text |
| The main one. Recommendation + reasoning for the pick on the clock |
| Next best players, sortable by value, consistency, or ADP bargain |
| Manual board management |
| Your roster and where the draft stands |
| Build all caches before draft day so nothing computes on the clock |
| This year's rookie class, projected from draft capital |
| Check how names resolve before trusting a paste sync |
| Separation, cushion, YPRR, TPRR — the open-data PFF analogue |
| Where the model disagrees with the draft market |
| Backtest: preseason rank vs actual finish, by round and position |
| Players who beat their draft cost year after year |
| Every modelled factor for one player |
| Head to head, up to four |
| O-line ranks, pace, run/pass split, schedule for an NFL team |
| Fantasy points allowed by position, 5-year view |
| Simulate all 16 of your picks from your slot |
| Retune factor weights |
Data attribution
This project computes everything from open sources and ships no third-party data:
nflverse — play-by-play, weekly stats, snap counts, injury reports, rosters, schedules, draft picks, combine.
NFL Next Gen Stats (mirrored by nflverse) — separation, cushion, YAC over expected.
dynastyprocess/data — FantasyPros expert consensus rank history.
Please respect the terms of those upstream projects. Nothing here scrapes paywalled sources, and no proprietary data is redistributed.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server providing access to ESPN Fantasy Baseball data, enabling league settings, rosters, player lookup, free agents, waiver claims, lineup changes, and trade management.16MIT
- Alicense-qualityBmaintenanceAn open NFL fantasy-football analytics platform that provides live data, machine-learned projections, dynasty values, and prospect grades via an MCP server for AI clients.MIT
- Alicense-qualityBmaintenanceMCP server that turns real NFL & fantasy data into a decisive edge, offering 70+ tools for draft assistance, start/sit recommendations, trade analysis, playoff odds, and more, with live league integration.MIT
- Flicense-qualityCmaintenanceMCP server for NFL fantasy football retrieval, providing access to NFL stats and Sleeper league data through retrieval-oriented tools.
Related MCP Connectors
Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zacharytran26/Fantasy-Football-Draft-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server