FPL Advisor MCP Server
Provides Fantasy Premier League advice including transfer recommendations, captain picks, and differential suggestions.
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., "@FPL Advisor MCP ServerRecommend a captain from Haaland, Salah, Saka."
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.
FPL Advisor MCP Server
A Model Context Protocol (MCP) server that gives Fantasy Premier League advice. Built with FastMCP.
Tools
Tool | Description |
| Suggest transfer targets based on form and value |
| Pick the best captain from your squad |
| Find low-ownership players under a price ceiling |
team_json is a JSON array of player names, e.g. '["Erling Haaland", "Mohamed Salah"]'.
Related MCP server: fpl-mcp
1. Run Locally
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh
# Run with MCP Inspector (opens a browser UI to test tools)
uv run mcp dev server.py
# Or run the server directly
uv run python server.py2. Connect to Claude Desktop / Cursor
Add this to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fpl-advisor": {
"command": "uv",
"args": ["run", "--directory", "/ABSOLUTE/PATH/TO/fpl-advisor-mcp", "python", "server.py"]
}
}
}Replace /ABSOLUTE/PATH/TO/fpl-advisor-mcp with the actual path, then restart Claude Desktop.
3. Connect to Claude Code
Add the MCP server to your project settings:
claude mcp add fpl-advisor -- uv run --directory /ABSOLUTE/PATH/TO/fpl-advisor-mcp python server.pySample prompts to try
Once connected, try these prompts in Claude Code:
Who should I captain this week? My team has Haaland, Salah, Saka, Palmer, and Watkins.I have £7m to spend — find me a differential pick that no one else owns.Suggest a transfer for my team: Haaland, Salah, Trent, Saka, Watkins.
Who gives me the best value for money?Compare Cole Palmer vs Bukayo Saka — who's the better FPL asset right now?Build me a front three under £30m using the best form-to-price ratio.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
- AlicenseBqualityAmaintenanceA Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.2374MIT
- Flicense-qualityDmaintenanceMCP server for the Fantasy Premier League API, enabling querying of players, teams, fixtures, and your FPL team through any MCP-compatible client.
- AlicenseAqualityCmaintenanceAn MCP server for Fantasy Premier League that allows querying gameweek info, player recommendations, squad management, and executing transfers via FPL's public API with optional cookie authentication.4261ISC
- 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
Related MCP Connectors
MCP server for Midjourney AI image generation and editing
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Flux AI image generation
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/gowtham-vimalan/FPL-ADVISOR-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server