← Back to browse

Steam MCP Server

Indexed by io.github.Grinv

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSTEAM_API_KEY STEAM_ID STEAM_COUNTRY STEAM_LANGUAGE
Claude Code
claude mcp add --env STEAM_API_KEY= --env STEAM_ID= --env STEAM_COUNTRY= --env STEAM_LANGUAGE= steam-games-mcp -- npx steam-games-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"steam-games-mcp","command":"npx","args":["steam-games-mcp"],"env":{"STEAM_API_KEY":"","STEAM_ID":"","STEAM_COUNTRY":"","STEAM_LANGUAGE":""}}'
JSON
{
  "mcpServers": {
    "steam-games-mcp": {
      "command": "npx",
      "args": [
        "steam-games-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "",
        "STEAM_ID": "",
        "STEAM_COUNTRY": "",
        "STEAM_LANGUAGE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.