Skip to content
Gemini CLI

MCP Sport for Gemini CLI

io.github.andrequeiroz2/mcp-sport

MCP server that exposes Formula 1 data from the OpenF1 API.

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Sport in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-sport": {
      "command": "uvx",
      "args": [
        "mcp-sport"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Sport in other clients