A Windows Steam MCP server with local client controls and optional Steam Web API insights.
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-local-mcp
MCP client config
{
"mcpServers": {
"steam-local-mcp": {
"command": "npx",
"args": [
"-y",
"steam-local-mcp"
]
}
}
}