Skip to content
Zed

Steam MCP Server for Zed

io.github.julianmeyerr/steam-mcp-server

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

client:Zed transport:stdio runtime:npm

Install Steam MCP Server 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-mcp-server": {
      "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>"
      }
    }
  }
}

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

Steam MCP Server in other clients