Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

FPL Advisor Server

БесплатноНе проверен

An MCP server that provides Fantasy Premier League advice, including transfer suggestions, captain recommendations, and differential player discovery.

GitHubEmbed

Описание

An MCP server that provides Fantasy Premier League advice, including transfer suggestions, captain recommendations, and differential player discovery.

README

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"]'.

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.

from github.com/gowtham-vimalan/FPL-ADVISOR-MCP

Установка FPL Advisor Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/gowtham-vimalan/FPL-ADVISOR-MCP

FAQ

FPL Advisor Server MCP бесплатный?

Да, FPL Advisor Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для FPL Advisor Server?

Нет, FPL Advisor Server работает без API-ключей и переменных окружения.

FPL Advisor Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить FPL Advisor Server в Claude Desktop, Claude Code или Cursor?

Открой FPL Advisor Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare FPL Advisor Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development