Skip to content
Windsurf

Steam MCP Server for Windsurf

io.github.grinv/steam-games-mcp

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).

client:Windsurf transport:stdio runtime:npm

Install Steam MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "steam-games-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-games-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_ID": "<STEAM_ID>",
        "STEAM_COUNTRY": "<STEAM_COUNTRY>",
        "STEAM_LANGUAGE": "<STEAM_LANGUAGE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Steam MCP Server in other clients