FutPicks for Windsurf
io.github.khavel/futpicks
Probable football lineups with start probability and expected fantasy points, graded in public.
client:Windsurf
transport:stdio
runtime:npm
Install FutPicks in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"futpicks": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs