Skip to main content
Glama
gowtham-vimalan

FPL Advisor MCP Server

FPL Advisor MCP Server

A Model Context Protocol (MCP) server that gives Fantasy Premier League advice. Built with FastMCP.

Tools

Tool

Description

recommend_transfer(team_json)

Suggest transfer targets based on form and value

recommend_captain(team_json)

Pick the best captain from your squad

find_differentials(max_price)

Find low-ownership players under a price ceiling

team_json is a JSON array of player names, e.g. '["Erling Haaland", "Mohamed Salah"]'.

Related MCP server: @fantopy/fantopy-mcp

1. Run Locally

# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh

# Run with MCP Inspector (opens a browser UI to test tools)
uv run mcp dev server.py

# Or run the server directly
uv run python server.py

2. Connect to Claude Desktop / Cursor

Add this to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "fpl-advisor": {
      "command": "uv",
      "args": ["run", "--directory", "/ABSOLUTE/PATH/TO/fpl-advisor-mcp", "python", "server.py"]
    }
  }
}

Replace /ABSOLUTE/PATH/TO/fpl-advisor-mcp with the actual path, then restart Claude Desktop.

3. Connect to Claude Code

Add the MCP server to your project settings:

claude mcp add fpl-advisor -- uv run --directory /ABSOLUTE/PATH/TO/fpl-advisor-mcp python server.py

Sample prompts to try

Once connected, try these prompts in Claude Code:

Who should I captain this week? My team has Haaland, Salah, Saka, Palmer, and Watkins.
I have £7m to spend — find me a differential pick that no one else owns.
Suggest a transfer for my team: Haaland, Salah, Trent, Saka, Watkins.
Who gives me the best value for money?
Compare Cole Palmer vs Bukayo Saka — who's the better FPL asset right now?
Build me a front three under £30m using the best form-to-price ratio.
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    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
    72
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    MCP server for Fantrax fantasy baseball that provides tools to read league info, rosters, standings, free agents, and related data.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/gowtham-vimalan/FPL-ADVISOR-MCP'

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