The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the X402 Fpl API listing page.
Turn Claude into your FPL analyst. Captain picks, transfer advice, rival scouting, chip timing, league predictions — powered by real-time FPL data.
Requires Python 3.12+.
Quit (Cmd+Q on macOS) and reopen. Look for fpl under the MCP servers icon (hammer icon).
"Analyze my FPL team 5456980 — who should I captain, who should I transfer in, and when should I use my chips?"
That's it. Bank balance, free transfers, and chips are all auto-detected from your team ID.
Go to fantasy.premierleague.com → click Points → grab the number from the URL:
Your league ID is in the mini-league URL:
| Tool | What it does |
|---|---|
fpl_manager_hub | Full personalized analysis — captain, transfers, differentials, fixtures, price risks |
captain_pick | Top 5 captain picks scored by form, xG, fixtures, and ICT index |
transfer_suggestions | Who to bring in and ship out based on your squad and budget |
player_comparison | Head-to-head compare 2-4 players across every metric |
is_hit_worth_it | Should you take a -4? Projects net points over N gameweeks |
chip_strategy | Optimal gameweek for each chip — factors in DGW predictions |
differential_finder | Hidden gems outperforming their ownership |
fixture_outlook | Teams ranked by upcoming fixture difficulty |
price_predictions | Who's rising and falling tonight |
live_points | Live score, projected bonus, auto-sub scenarios |
rival_tracker | Spy on mini-league rivals — differentials, weaknesses, predicted moves |
league_analyzer | Win probabilities for your league — who's the favourite and why |
squad_scout | Deep scout using FPL's hidden data — ep_next, set pieces, suspension risks |
FPL Intelligence connects to the official FPL API — the same free, public data that powers the FPL website. All data is real-time. See the full FPL API reference on Postman for endpoint documentation.
The server runs locally on your machine and talks to Claude Desktop via MCP. No API keys, no accounts, no data leaves your machine except FPL API calls.
Then use the full absolute path to uv and the repo in your Claude Desktop config:
Find your
uvpath withwhich uv(e.g./Users/you/.cargo/bin/uv).
The FPL API blocks requests that don't look like they come from a browser.
Test if the API is reachable:
Returns 200? The API works — the issue is likely Claude Desktop's sandbox (see below). Returns 403? Your network is blocking it.
Claude Desktop sandbox: Claude Desktop may prompt you to approve network access to fantasy.premierleague.com. If you dismissed this, restart Claude Desktop and watch for the prompt. Check logs at ~/Library/Logs/Claude/ (macOS).
VPN / corporate network: Some networks block *.premierleague.com. Try disconnecting from VPN or switching to a personal network.
FPL API downtime: The API goes down around deadline time and between seasons (June-July). Test in your browser: fantasy.premierleague.com/api/bootstrap-static/
First try re-running the auto-setup:
If that doesn't work, set it up manually:
Step 1 — Find the binary:
Step 2 — Use the full path in your config:
Step 3 — Make sure you're editing the right config file:
Step 4 — Fully quit and reopen Claude Desktop (Cmd+Q on macOS, not just close the window).
Still not working? Check Claude Desktop's logs for errors:
~/Library/Logs/Claude/%APPDATA%\Claude\logs\Python version error: Requires Python 3.12+. Check with python3 --version.
Use your FPL team ID (a number like 5456980), not your username. Find it at fantasy.premierleague.com → Points → check the URL.
Open an issue with your OS, Python version, the error message, and the output of the curl test above.
See CONTRIBUTING.md for development setup and guidelines.