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:ユーザーレビュー - リストの取得を参照してください。

返されるデータには 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
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