Skip to main content
Glama

FPL MCP Server

A Model Context Protocol (MCP) server for the Fantasy Premier League API.

Installation

Install from NPM (Recommended)

npm install -g fpl-mcp

Install from Source

git clone https://github.com/owen-lacey/fpl-mcp.git cd fpl-mcp npm install npm run build

Quick Start

Using with Claude Desktop

If installed via NPM, add this to your claude_desktop_config.json:

{ "mcpServers": { "fpl-api": { "command": "npx", "args": ["fpl-mcp@latest"] } } }

If installed from source, use:

{ "mcpServers": { "fpl-api": { "command": "node", "args": ["/path/to/fpl-mcp/build/src/server.js"] } } }

Inspect the MCP tools

Use the Model Inspector to explore available tools:

npx @modelcontextprotocol/inspector npx fpl-mcp

Usage Example

You can connect this MCP server to Claude Desktop and interact with FPL data using natural language.

Screenshot of Claude Desktop using FPL MCP server


Endpoints Supported

See docs/fpl-api-cheatsheet.md for all FPL API endpoints exposed as MCP tools.


Example Prompts

Use these prompts to interact with the MCP server via your LLM:

  • "Show me the fixtures for gameweek 5."

  • "How am I doing in my private leagues (team id is 12345)?"

  • "How did mo salah get on in GW1?"

You can ask natural language questions about any supported endpoint. The LLM will use the appropriate MCP tool to fetch the data.


License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.
    Last updated -
    16
    65
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    Allows AI models to query and retrieve analytics data from Plausible Analytics through the Plausible API, enabling natural language interactions with website statistics.
    Last updated -
    4
  • -
    security
    F
    license
    -
    quality
    Provides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.
    Last updated -
    4
  • A
    security
    A
    license
    A
    quality
    Provides Formula One data and statistics through a Model Context Protocol interface, allowing users to access race calendars, session results, driver statistics, telemetry data, and championship standings.
    Last updated -
    8
    5
    MIT License

View all related MCP servers

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/owen-lacey/fpl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server