HomeDesign & Media › Steam MCP Server

Steam MCP Server

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

TypeScript Local macOSWindowsLinux
★ 4 stars Last pushed 2026-09-20 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.14.0)

npx -y steam-games-mcp@0.14.0

Or add to your MCP client config:

{
  "mcpServers": {
    "steam-games-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-games-mcp@0.14.0"
      ],
      "env": {
        "STEAM_API_KEY": "<YOUR_VALUE>",
        "STEAM_ID": "<YOUR_VALUE>",
        "STEAM_COUNTRY": "<YOUR_VALUE>",
        "STEAM_LANGUAGE": "<YOUR_VALUE>"
      }
    }
  }
}
  • STEAM_API_KEY secret — Free Steam Web API key (optional). Unlocks player profile, library and achievement tools.
  • STEAM_ID — Default player: 17-digit SteamID64 or vanity name (the part after /id/).
  • STEAM_COUNTRY — Two-letter ISO country code for store prices (e.g. US, GB, DE).
  • STEAM_LANGUAGE — Store language (e.g. english, russian, german).

Package (mcpb 0.14.0)

Package: mcpb https://github.com/Grinv/steam-games-mcp/releases/download/v0.14.0/steam-games-mcp.mcpb

  • STEAM_API_KEY secret — Free Steam Web API key (optional). Unlocks player profile, library and achievement tools.
  • STEAM_ID — Default player: 17-digit SteamID64 or vanity name (the part after /id/).
  • STEAM_COUNTRY — Two-letter ISO country code for store prices (e.g. US, GB, DE).
  • STEAM_LANGUAGE — Store language (e.g. english, russian, german).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry