Steam MCP Server for Zed
io.github.grinv/steam-games-mcp
Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
client:Zed
transport:stdio
runtime:npm
Install Steam MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"steam-games-mcp": {
"command": "npx",
"args": [
"-y",
"steam-games-mcp"
],
"env": {
"STEAM_API_KEY": "<STEAM_API_KEY>",
"STEAM_ID": "<STEAM_ID>",
"STEAM_COUNTRY": "<STEAM_COUNTRY>",
"STEAM_LANGUAGE": "<STEAM_LANGUAGE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs