Skip to content
Zed

steam local mcp for Zed

io.github.jackson-brooks/steam-local-mcp

A Windows Steam MCP server with local client controls and optional Steam Web API insights.

client:Zed transport:stdio runtime:npm

Install steam local mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "steam-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_ID": "<STEAM_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

steam local mcp in other clients