Skip to main content
Glama

Steam Review MCP

Steam Review MCP

English | 中文

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

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
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM이 Steam 게임 리뷰를 검색하고 분석할 수 있도록 하여 리뷰 통계, 게임 정보에 대한 액세스를 제공하고 게임의 장단점을 요약하는 데 도움이 됩니다.

  1. 특징
    1. 설치
      1. Smithery를 통해 설치
    2. 용법
      1. 도구
      2. 프롬프트
    3. 개발

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Provide information about the games you played and how long you played them for to an LLM
        Last updated -
        3
        MIT License
      • A
        security
        F
        license
        A
        quality
        Get access to real-time SEO data, including: keyword insights, backlink data, traffic estimates and more. Allow AI tools and Large Language Models (LLMs) to tap into the real-time SEO Review Tools API with natural language commands.
        Last updated -
        8
        0
        2
      • -
        security
        F
        license
        -
        quality
        Enables LLMs to retrieve, analyze, and visualize stock prices and financial report data for quantitative trading research and investment analysis. Provides real-time and historical stock data, financial statement analysis, key metric calculations, and trading signal visualization.
        Last updated -
        13

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/fenxer/steam-review-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server