FPL
Provides an MCP server that exposes FPL data and tools for natural language clients to query.
- typescript
3
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"owen-lacey-fpl-mcp": {
"command": "npx",
"args": [
"fpl-mcp@latest"
]
}
}
}You can run an MCP server that exposes the Fantasy Premier League API as MCP tools, allowing you to query data with natural-language clients. This server acts as a bridge between your client and FPL data, enabling convenient, conversational access to fixtures, player stats, league information, and more.
How to use
Connect this MCP server to your client to start querying FPL data with natural language. You have two primary run modes depending on how you installed the server.
How to use with an MCP client installed via npm
{
"mcpServers": {
"fpl-api": {
"command": "npx",
"args": ["fpl-mcp@latest"]
}
}
}
How to use with a server built from source
{
"mcpServers": {
"fpl-api": {
"command": "node",
"args": ["/path/to/fpl-mcp/build/src/server.js"]
}
}
}
Inspect the MCP tools
npx @modelcontextprotocol/inspector npx fpl-mcp
Built by
VeilStrat
AI signals for GTM teams© 2026 VeilStrat. All rights reserved.All systems operational