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: mtg-oracle
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.This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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