Skip to main content
Glama

Steam Review MCP

SteamレビューMCP

英語|中文

モデルコンテキストプロトコル (MCP) を使用して Steam ゲームレビューにアクセスします。

特徴

LLM が Steam ゲームのレビューと情報を取得するのに役立ちます:

  • ゲームのレビューを取得します (肯定的/否定的な数、レビュースコア、レビュー内容など)
  • ゲームの基本情報(名前、詳細な説明)を取得します
  • ゲームのレビューを分析し、長所と短所をまとめる

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop の Steam Review を自動的にインストールするには:

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

npx で直接実行します。

npx steam-review-mcp

または追加:

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

使用法

ツール

この MCP サービスは、Steam ゲーム アプリ ID を渡してレビューとゲーム情報を取得するget_steam_reviewツールを提供します。

詳細については、Steamwork API(https://partner.steamgames.com/doc/store/getreviews)参照してください。

返されるデータには 2 つの部分が含まれます。

  1. game_reviews :
    • success : クエリが成功したかどうか
    • review_score : レビュースコア
    • review_score_desc : レビュースコアの説明
    • total_positive : 肯定的なレビューの総数
    • total_negative : 否定的なレビューの総数
    • reviews : すべてのレビューテキストコンテンツ(その他のメタデータなし)
  2. game_info :
    • name : ゲーム名
    • detailed_description : ゲームの詳細な説明

プロンプト

レビューを要約する

ゲーム全体のレビュー分析では、ゲームの長所と短所をまとめます。

パラメータ
  • appid (必須): Steam ゲーム ID (例: 570 (Dota 2))
最近のレビュー分析

最近のゲームレビューを分析し、ゲームの現在の状態とプレイヤーのフィードバックをまとめます。

パラメータ
  • appid (必須): Steam ゲーム ID (例: 570 (Dota 2))

発達

# Install dependencies npm install # Build project npm run build # Run service npm start
Install 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

      • A
        security
        A
        license
        A
        quality
        Enables interaction with MercadoLibre's API for product search, reviews, descriptions, and seller reputation insights.
        Last updated -
        4
        54
        6
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Provide information about the games you played and how long you played them for to an LLM
        Last updated -
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
        Last updated -
        Python
      • -
        security
        F
        license
        -
        quality
        Analyzes codebases using Repomix and LLMs to provide structured code reviews with specific issues and recommendations, supporting multiple LLM providers including OpenAI, Anthropic, and Gemini.
        Last updated -
        2
        JavaScript

      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