Fantasy Premier League MCP Server

Fantasy Premier League MCP Server

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.

Category
Visit Server

README

Fantasy Premier League MCP Server

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 data-driven insights.

PyPI Python 3.13+ License: MIT MCP Document

Features

This MCP server provides comprehensive FPL analysis capabilities through:

  • 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
  • Manager Insights - Analyze squads, transfers, and chip usage
  • Fixture Analysis - Assess team fixtures and plan transfers around favorable runs

Quick Start

Option 1: uvx (Recommended)

The fastest way to get started - no installation required:

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

Option 2: Docker

Use the official Docker image from GitHub Container Registry:

{
  "mcpServers": {
    "fpl": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nguyenanhducs/fpl-mcp-server:latest"
      ],
      "type": "stdio"
    }
  }
}

For detailed installation instructions and more options, see Installation Guide.

Usage & Documentation

Once configured, you can interact with the FPL MCP server through Claude Desktop using natural language.

For detailed guidance, see:

Data Sources

This server uses the official Fantasy Premier League API, see here for more details.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

<!-- mcp-name: io.github.nguyenanhducs/fpl-mcp-server -->

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured