Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Steam Review

БесплатноНе проверен

Integrates with Steam's API to fetch and analyze game reviews and information, enabling customizable queries for player feedback, sentiment tracking, and game d

GitHubEmbed

Описание

Integrates with Steam's API to fetch and analyze game reviews and information, enabling customizable queries for player feedback, sentiment tracking, and game details.

README

English | 中文

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

MCP Badge

Install MCP Server

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)
  2. 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

from github.com/fenxer/steam-review-mcp

Установить Steam Review в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install steam-review

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add steam-review -- npx -y steam-review-mcp

Пошаговые гайды: как установить Steam Review

FAQ

Steam Review MCP бесплатный?

Да, Steam Review MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Steam Review?

Нет, Steam Review работает без API-ключей и переменных окружения.

Steam Review — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Steam Review в Claude Desktop, Claude Code или Cursor?

Открой Steam Review на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Steam Review with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development