FutPicks for Cursor
io.github.khavel/futpicks
Probable football lineups with start probability and expected fantasy points, graded in public.
client:Cursor
transport:stdio
runtime:npm
Install FutPicks in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"futpicks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"futpicks-mcp"
],
"env": {
"FUTPICKS_API_URL": "<FUTPICKS_API_URL>",
"FUTPICKS_API_KEY": "<FUTPICKS_API_KEY>",
"FUTPICKS_OPS_TOKEN": "<FUTPICKS_OPS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs