Skip to content
Gemini CLI

Espn for Gemini CLI

io.github.pipeworx-io/espn

ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.

client:Gemini CLI transport:streamable-http

Install Espn in Gemini CLI

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

{
  "mcpServers": {
    "espn": {
      "httpUrl": "https://gateway.pipeworx.io/espn/mcp"
    }
  }
}

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

Espn in other clients