AgentStack
MCP verified MIT Self-run

Steam Review Mcp

mcp-fenxer-steam-review-mcp · by fenxer

Get reviews from Steam store

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add mcp-fenxer-steam-review-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Steam Review Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Steam Review MCP

English | [中文](./README.zh.md)

Access Steam game reviews using Model Context Protocol (MCP).

[](https://lobehub.com/mcp/fenxer-steam-review-mcp)

[](https://cursor.com/install-mcp?name=steam-review-mcp&config=eyJjb21tYW5kIjoibnB4IHN0ZWFtLXJldmlldy1tY3AifQ%3D%3D)

Features

Helps LLMs retrieve Steam game reviews and information:

  • Get game reviews (positive/negative counts, review scores, review content, etc.)
  • Get game basic information (name, detailed description)
  • Analyze game reviews and summarize pros and cons

Installation

Installing via Smithery

To install Steam Review for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @fenxer/steam-review-mcp --client claude

Run it directly with npx:

npx steam-review-mcp

or add:

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

Usage

Tools

This MCP service provides the get_steam_review tool, which retrieves reviews and game information by passing a Steam game appid.

For more details, check the Steamwork API: User Reviews - Get List

The returned data contains two parts:

  1. game_reviews:
  • success: Whether the query was successful
  • review_score: Review score
  • review_score_desc: Review score description
  • total_positive: Total positive reviews
  • total_negative: Total negative reviews
  • reviews: All review text content (without other metadata)
  1. game_info:
  • name: Game name
  • detailed_description: Detailed game description

Prompts

summarize-reviews

For overall game review analysis, summarizing the pros and cons of the game.

Parameters
  • appid (required): Steam game ID, e.g., 570 (Dota 2)
recent-reviews-analysis

For analyzing recent game reviews, summarizing the current state of the game and player feedback.

Parameters
  • appid (required): Steam game ID, e.g., 570 (Dota 2)

Development

# Install dependencies
npm install

# Build project
npm run build

# Run service
npm start

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.