Get detailed information about a specific player by name or ID
Search for players by name, team, position, or other criteria
Compare statistics between two players
Get information about a Premier League team
Get data for a specific gameweek
Get information about a specific FPL league
Get information about a specific FPL manager
The Fantasy Premier League MCP provides comprehensive access to FPL data and statistics through a Model Context Protocol server. It allows users to retrieve detailed player information, team statistics, gameweek data, and perform advanced analysis on Fantasy Premier League data directly within Claude Desktop and other MCP-compatible clients. With this MCP, users can search for players, compare player statistics, analyze league standings, and get insights into team performance - all without leaving their AI assistant interface. It's an essential tool for FPL managers looking to make data-driven decisions for their fantasy teams.
The Fantasy Premier League MCP server provides access to comprehensive FPL data and analysis tools directly within your AI assistant. This integration allows you to query player statistics, team information, gameweek data, and perform detailed comparisons without switching between applications.
pip install fpl-mcp
pip install "fpl-mcp[dev]"
pip install git+https://github.com/rishijatia/fantasy-pl-mcp.git
git clone https://github.com/rishijatia/fantasy-pl-mcp.git
cd fantasy-pl-mcp
pip install -e .
After installation, you can run the server using one of these methods:
fpl-mcp
python -m fpl_mcp
Once the server is running and configured with your AI assistant, you can ask questions like:
The MCP server will retrieve the relevant data from the FPL API and present it in a structured format through your AI assistant.
If you encounter issues:
For more detailed help, visit the GitHub repository.