Skip to content
Grok

Steam MCP Server for Grok

io.github.julianmeyerr/steam-mcp-server

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

client:Grok transport:stdio runtime:npm

Install Steam MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "steam-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Steam MCP Server in other clients