Skip to main content
Glama

SteamレビューMCP

英語|中文

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

鍛冶屋のバッジ

特徴

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

  • ゲームのレビューを取得します (肯定的/否定的な数、レビュースコア、レビュー内容など)

  • ゲームの基本情報(名前、詳細な説明)を取得します

  • ゲームのレビューを分析し、長所と短所をまとめる

Related MCP server: mcp-server-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
Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Steam Web API: profiles, owned games, achievements, app news, player counts.

  • Steam concurrent player trends for any game over time. Free key at trendsapi.ai

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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