Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y steam-games-mcp
MCP client config
{
"mcpServers": {
"steam-mcp-server": {
"command": "npx",
"args": [
"-y",
"steam-games-mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/Grinv/steam-games-mcp/releases/download/v0.13.1/steam-games-mcp.mcpb`) — download it and import the bundle in your MCP client.