Skip to content
Cursor

steam local mcp for Cursor

io.github.jackson-brooks/steam-local-mcp

A Windows Steam MCP server with local client controls and optional Steam Web API insights.

client:Cursor transport:stdio runtime:npm

Install steam local mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "steam-local-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_ID": "<STEAM_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

steam local mcp in other clients