Skip to main content
Glama
OMauriStkOne

FPL MCP Server

by OMauriStkOne

FPL MCP Server

MCP server for the Fantasy Premier League API.

Setup

pnpm install
npx playwright install chromium

Copy .env.example to .env and fill in your FPL email and password:

cp .env.example .env

Then start the server:

pnpm start

Related MCP server: FPL MCP Server

Adding to Claude Code

Start the server as a background process, then add it:

claude mcp add --transport http fpl http://localhost:3001/mcp

Available Tools

  • fpl_get_current_user — Get authenticated user's manager ID

  • fpl_get_gameweek_status — Current gameweek info and deadlines

  • fpl_analyze_players — Filter/sort players by position, cost, form, etc.

  • fpl_analyze_player_fixtures — Fixture difficulty analysis for specific players

  • fpl_compare_players — Side-by-side player comparison

  • fpl_get_blank_gameweeks — Find gameweeks where teams have no fixtures

  • fpl_get_double_gameweeks — Find gameweeks where teams have multiple fixtures

  • fpl_get_my_team — Get your current team selection (requires auth)

  • fpl_get_manager_info — Get manager profile and league standings

  • fpl_make_transfer — Make player transfers (requires auth)

  • fpl_set_team_lineup — Set captain, formation, lineup (requires auth)

Available Resources

  • fpl://players — All players with stats

  • fpl://teams — Premier League teams with strength ratings

  • fpl://fixtures — Season fixtures with difficulty ratings

  • fpl://gameweeks — Gameweek status and deadlines

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    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.
    16
    11
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Connects LLMs to the Fantasy Premier League API for intelligent team management, enabling natural language player research, competitor analysis, transfer decisions, and strategic planning using friendly names instead of IDs.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to analyze Fantasy Premier League data, providing tools for player search, fixture analysis, manager comparisons, and strategy prompts for transfer planning and lineup selection.
    19
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables Fantasy Premier League squad management with custom tools for player search, fixture outlook, tier classification, hit math, and chip timing, all using public FPL data without requiring login credentials.
    1
    -