Fantasy Premier League MCP by UnClick for VS Code
io.github.malamutemayhem/fpl
Fantasy Premier League teams, fixtures, players, standings, and league data. By UnClick.
client:VS Code
transport:stdio
runtime:npm
Install Fantasy Premier League MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"fpl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/fpl-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs