Skip to content
Gemini CLI

nhl mcp for Gemini CLI

io.github.mrfentmen/nhl-mcp

Use this MCP server to the NHL. Team and player stats, standings, schedules, and game results....

client:Gemini CLI transport:stdio runtime:npm

Install nhl mcp in Gemini CLI

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

{
  "mcpServers": {
    "nhl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/nhl-mcp"
      ]
    }
  }
}

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

nhl mcp in other clients