Fantasy Premier League MCP by UnClick for Gemini CLI
io.github.malamutemayhem/fpl
Fantasy Premier League teams, fixtures, players, standings, and league data. By UnClick.
client:Gemini CLI
transport:stdio
runtime:npm
Install Fantasy Premier League MCP by UnClick in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fpl": {
"command": "npx",
"args": [
"-y",
"@unclick/fpl-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs