Connects Claude to the official Fantasy Premier League API with 19 tools for player search, fixture analysis, manager comparisons, and transfer tracking. You get fuzzy name matching for player lookups, live transfer trends showing who's being moved in and out, and direct access to bootstrap data on all players, teams, and gameweeks. It caches data for four hours to stay respectful of the API while keeping stats current. The server also includes 10 prompt templates for common FPL tasks like gameweek planning, captain selection, and chip strategy. Reach for this when you want to analyze your squad, scout differentials, or plan transfers around fixture swings without tabbing between spreadsheets and the FPL site.
A comprehensive Model Context Protocol (MCP) server for Fantasy Premier League analysis and strategy. This server provides AI assistants with powerful tools, resources, and prompts to help you dominate your FPL mini-leagues with data-driven insights.
This MCP server provides comprehensive FPL analysis capabilities through:
The fastest way to get started - no installation required:
{
"mcpServers": {
"fpl": {
"command": "uvx",
"args": ["fpl-mcp-server"],
"type": "stdio"
}
}
}
Use the official Docker image from GitHub Container Registry:
{
"mcpServers": {
"fpl": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/nguyenanhducs/fpl-mcp-server:latest"
],
"type": "stdio"
}
}
}
For detailed installation instructions and more options, see Installation Guide.
Once configured, you can interact with the FPL MCP server through Claude Desktop using natural language.
For detailed guidance, see:
This server uses the official Fantasy Premier League API, see here for more details.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.