Home/Directory/Developer Tools/Fantasy Pl

Fantasy Pl

@rishijatia · github.com/rishijatia/fantasy-pl-mcp/

An MCP server for real-time Fantasy Premier League data and analysis tools.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ pip install fpl-mcp

Or add it with the Claude CLI: claude mcp add rishijatia-fantasy-pl-mcp

Tools exposed 11 tools

get_gameweek_status
analyze_player_fixtures
get_blank_gameweeks
get_double_gameweeks
analyze_players
analyze_fixtures
compare_players
check_fpl_authentication
get_my_team
get_team
get_manager_info

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "rishijatia-fantasy-pl-mcp": {
      "command": "pip",
      "args": ["install", "fpl-mcp"],
      "env": {
        "FPL_PASSWORD": "<your-fpl-password>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo