Odel
steam local mcp

steam local mcp

Local
@jackson-brooks1TypeScriptMITUpdated 1mo ago

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).

npmsteam-local-mcpv0.2.2

Run

npx -y steam-local-mcp

MCP client config

{
  "mcpServers": {
    "steam-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ]
    }
  }
}