Skip to content
Grok

Steam (read-only) for Grok

io.github.sarg338/steam-mcp

Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights.

client:Grok transport:stdio runtime:pypi

Install Steam (read-only) 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": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "steam-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_USER": "<STEAM_USER>",
        "STEAM_MCP_TOOLS": "<STEAM_MCP_TOOLS>"
      }
    }
  }
}

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 (read-only) in other clients