Skip to content
Cursor

steam mcp for Cursor

io.github.mrfentmen/steam-mcp

Use this MCP server to Steam, store search, prices and discounts, app details, and game news....

client:Cursor transport:stdio runtime:npm

Install steam mcp in Cursor

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

{
  "mcpServers": {
    "steam-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/steam-mcp"
      ]
    }
  }
}

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

steam mcp in other clients