Fpl MCP Server

A comprehensive **Model Context Protocol (MCP)** server for Fantasy Premier League analysis and strategy. This server provides AI assistants with

Local serverstdio

What is the Fpl MCP server?

Most team communication work still happens through a UI a human drives. Fpl MCP server moves it into the conversation instead. A comprehensive Model Context Protocol (MCP) server for Fantasy Premier League analysis and strategy. This server provides AI assistants with powerful tools, resources, and prompts to help you dominate your FPL mini-leagues with.

The short version

  • 19 Interactive Tools — - Search players, analyze fixtures, compare managers, track transfers, and more
  • 4 Data Resources — - access to players, teams, gameweeks, and current gameweek bootstrap data
  • 10 Strategy Prompts — - Structured templates for gameweek analysis, squad analysis, transfer planning, chip strategy, lineup selection, and captain selection
  • Smart Caching — - 4-hour cache for bootstrap data to minimize API calls while keeping data fresh
  • Fuzzy Matching — - Find players even with spelling variations or nicknames
  • Live Transfer Trends — - Track the most transferred in/out players for current gameweek

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by nguyenanhducs; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Fpl MCP server

{
  "mcpServers": {
    "fpl": {
      "command": "uvx",
      "args": ["fpl-mcp-server"],
      "type": "stdio"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Fpl to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Fpl directly.