Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

openfoot mcp in other clients