fpl-mcp
Provides tools for accessing Fantasy Premier League data, including current gameweek, player recommendations, squad management, and transfers.
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-mcprecommend defenders under 5m with easy fixtures"
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-mcp
An MCP server for Fantasy Premier League. Reads use FPL's public API; transfers use cookie auth.
Tools
Tool | Description |
| Current/next gameweek and deadline. |
| Rank players by form, value (points per £m), and upcoming fixture difficulty. Filters: |
| Your current squad, bank, and free transfers. Needs auth. |
| Transfer a player out/in. Previews by default; set |
Related MCP server: MCP-Soccerdata
Setup
npm install
npm run build
cp .env.example .env # then fill in the valuesEnvironment
Var | Purpose |
| Your team ID (the number in |
| Full |
Read-only tools (current_gameweek, recommend_players) work without any env vars.
Run
node dist/server.js # speaks MCP over stdioClient config example
{
"mcpServers": {
"fpl": {
"command": "node",
"args": ["/absolute/path/to/fpl-mcp/dist/server.js"],
"env": {
"FPL_ENTRY_ID": "1234567",
"FPL_COOKIE": "pl_profile=...; sessionid=..."
}
}
}
}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
- 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/mgphp/fpl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server