Odel
openfoot mcp

openfoot mcp

Local
@bartokulusJavaScriptMITUpdated 1w ago

Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopenfoot-mcpv0.1.2

Run

npx -y openfoot-mcp

MCP client config

{
  "mcpServers": {
    "openfoot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openfoot-mcp"
      ]
    }
  }
}