
Fantasy Premier League MCP By UnClick
Pull Fantasy Premier League teams, fixtures, players, and standings into agent sessions while building FPL trackers, newsletters, or hobby analytics tools.
Overview
Fantasy Premier League MCP is a Build-phase MCP server that exposes FPL teams, fixtures, players, standings, and league data to coding agents.
What is this MCP server?
- Fantasy Premier League teams, fixtures, players, standings, and league data via MCP
- @unclick/fpl-mcp version 0.1.0 with npx and stdio transport
- Source in unclick standalone package packages/standalone/fpl-mcp
- Useful for FPL dashboards, pick assistants, and community league bots driven by agents
- Specialized sports-fantasy MCP integration, not a general football news scraper
- Server version 0.1.0
- npm package @unclick/fpl-mcp with stdio transport
- Catalog lists teams, fixtures, players, standings, and league data surfaces
Community signal: 4 GitHub stars.
What problem does it solve?
You are building an FPL helper and need reliable league, fixture, and player data inside the agent without maintaining a custom FPL client in every session.
Who is it for?
Solo builders shipping FPL analytics sites, Discord bots, or personal pick tools with Claude Code or Cursor.
Skip if: Commercial fantasy platforms that require licensed official data feeds and guaranteed uptime SLAs outside hobby scope.
What do I get? / Deliverables
After MCP registration, your agent queries FPL standings and squad context while you implement dashboards, scripts, or content pipelines in the same repo.
- MCP tools returning FPL teams, fixtures, players, and standings to the agent
- Local stdio server entry for repeatable FPL-focused dev sessions
- Faster iteration on FPL side projects without manual data tabulation
Recommended MCP Servers
Journey fit
FPL data MCP is shelved under Build because builders connect it while coding side projects and automations, even when the product idea started earlier. Integrations reflects MCP tools that query FPL league, fixture, and player datasets during implementation rather than generic project management.
How it compares
MCP fantasy-sports data connector for agents, not an ESPN scores server or a product-management skill.
Common Questions / FAQ
Who is Fantasy Premier League MCP for?
Developers and fantasy enthusiasts using MCP agents who want FPL teams, fixtures, players, and standings available as tools while coding hobby or indie projects.
When should I use Fantasy Premier League MCP?
Use it during build integrations when you are implementing FPL trackers, league reports, or automation that needs live structured FPL data from the agent.
How do I add Fantasy Premier League MCP to my agent?
Configure stdio MCP for @unclick/fpl-mcp (v0.1.0), launch with npx per UnClick docs, and register server id io.github.malamutemayhem/fpl in your client.