drio
Open app

Steam Review Mcp

Source

Catalog onlyCatalog onlySTDIO

Overview

Steam Review MCP is a tool that allows users to access and analyze Steam game reviews using the Model Context Protocol (MCP).

To use Steam Review MCP, you can run it directly with npx by executing npx steam-review-mcp in your terminal, or you can configure it in your project by adding it to your MCP servers.

  • Retrieve game reviews including positive/negative counts and review scores. - Access basic game information such as name and detailed description. - Analyze and summarize game reviews to highlight pros and cons.
  1. Analyzing player feedback for a specific game.
  2. Summarizing the overall reception of a game based on reviews.
  3. Providing insights into the strengths and weaknesses of games based on user reviews.

Add to your AI client

Use these steps to connect Steam Review Mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "steam-review-mcp-fenxer": {
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "steam-review-mcp-fenxer": {
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "steam-review-mcp-fenxer": {
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "steam-review-mcp-fenxer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "steam-review-mcp-fenxer": {
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "steam-review-mcp-fenxer": {
      "command": "npx",
      "args": [
        "steam-review-mcp"
      ]
    }
  }
}

FAQ

Can I retrieve reviews for any Steam game?

Yes! You can retrieve reviews for any game by using its Steam app ID.

Is there a limit to the number of reviews I can analyze?

The tool retrieves reviews based on the Steam API limitations, so it depends on the game's review volume.

How do I get started with the installation?

You can start by running `npx steam-review-mcp` or by adding it to your MCP server configuration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3863,"uuid":"26475f70-841e-4ff5-b3fb-eafe34234882","name":"steam-review-mcp","title":"Steam Review Mcp","description":null,"avatar_url":null,"created_at":"2025-03-22T03:31:30.610Z","updated_at":"2025-03-22T03:31:37.226Z","status":"created","author_name":"fenxer","author_avatar_url":null,"tags":"steam-review,mcp,game-reviews","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/fenxer/steam-review-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"a56efb2e-6db8-46cf-9e77-43394eefa689","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":"npx steam-review-mcp","server_params":"{}","server_config":"{\n \"mcpServers\": {\n \"steam-review-mcp\": {\n \"command\": \"npx\",\n \"args\": [\n \"steam-review-mcp\"\n ]\n }\n }\n}","allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Steam Review Mcp — MCP Registry