Skip to content
Cursor

Steam (read-only) for Cursor

io.github.sarg338/steam-mcp

Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights.

client:Cursor transport:stdio runtime:pypi

Install Steam (read-only) 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-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "steam-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_USER": "<STEAM_USER>",
        "STEAM_MCP_TOOLS": "<STEAM_MCP_TOOLS>"
      }
    }
  }
}

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

Steam (read-only) in other clients