fpl-mcp-server
Verified Safeby lewis-king
Overview
Manages Fantasy Premier League teams using an LLM to provide data-driven decisions, competitor analysis, and strategic planning.
Installation
uv run --env PYTHONPATH=src python -m fpl_server.mainEnvironment Variables
- PYTHONPATH
Security Notes
The server employs a robust 'Out-of-Band Login' mechanism. User FPL credentials are input into a local web server (FastAPI), which then uses Playwright to automate login on the official FPL website and capture a session token. Crucially, the credentials themselves never leave the local machine to the LLM. The session token is stored locally for API calls. This is a strong security pattern for sensitive data. No direct 'eval' or malicious patterns were found. The use of Playwright for scraping is generally safe but relies on the stability of the external website's HTML structure.
Similar Servers
FantasyPremierLeague
Exposes Fantasy Premier League player and fixture data as an MCP tools endpoint for consumption by AI models like Claude Desktop.
llms
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.
tokenbowl-mcp
A Model Context Protocol (MCP) server for a fantasy football league, providing tools to interact with the Sleeper API, Fantasy Nerds API, and Token Bowl Chat for LLM-powered fantasy management.
nfl_mcp
A FastMCP server for comprehensive NFL fantasy football management, including health monitoring, web content extraction, NFL news, team data, advanced fantasy intelligence, and league management, optimized for AI/LLM integration.