Skip to main content
Glama

FPL MCP Server

by owen-lacey

FPL MCP Server

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

Quick Start

1. Install dependencies

npm install

2. Build the project

npm run build

3. Inspect the MCP tools

Use the Model Inspector to explore available tools:

npx @modelcontextprotocol/inspector node build/src/server.js

4. Use with Claude

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.


Claude desktop

In your claude_desktop_config.json:

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

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with Fantasy Premier League data through natural language queries. Supports retrieving fixtures, league standings, player performance, and other FPL statistics via the official FPL API.

  1. Quick Start
    1. 1. Install dependencies
    2. 2. Build the project
    3. 3. Inspect the MCP tools
    4. 4. Use with Claude
  2. Endpoints Supported
    1. Claude desktop
      1. Example Prompts
        1. License

          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
            52
            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 -
          • -
            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
            4
            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