Skip to content
Gemini CLI

steam mcp for Gemini CLI

io.github.mrfentmen/steam-mcp

Use this MCP server to Steam, store search, prices and discounts, app details, and game news....

client:Gemini CLI transport:stdio runtime:npm

Install steam mcp in Gemini CLI

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

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

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

steam mcp in other clients