A read-only Model Context Protocol server for Valve's public Steam Web API and storefront. Ask about your friends and games, playtime and achievements, as well as get game suggestions based on your library. Plus account-independent things like sales, reviews, live player counts, Steam Deck compatibility, discovery, and recommendations — bring your own free Steam API key.
Server Config
{
"mcpServers": {
"steam": {
"command": "uvx",
"args": [
"steam-mcp"
],
"env": {
"STEAM_API_KEY": "YOUR_STEAM_WEB_API_KEY"
}
}
}
}