Skip to content
Windsurf

Steam MCP Server for Windsurf

io.github.julianmeyerr/steam-mcp-server

Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP.

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "MY_STEAM_ID": "<MY_STEAM_ID>",
        "STEAM_FAMILY_MEMBER_IDS": "<STEAM_FAMILY_MEMBER_IDS>"
      }
    }
  }
}

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

Steam MCP Server in other clients