openfoot mcp for Cursor
io.github.bartokulus/openfoot-mcp
Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.
client:Cursor
transport:stdio
runtime:npm
Install openfoot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openfoot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openfoot-mcp"
],
"env": {
"OPENFOOT_API_KEY": "<OPENFOOT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs