Steam Review MCP
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 claudenpx で直接実行します。
npx steam-review-mcpまたは追加:
{
"mcpServers": {
"steam-review-mcp": {
"command": "npx",
"args": [
"steam-review-mcp"
]
}
}
}使用法
ツール
この MCP サービスは、Steam ゲーム アプリ ID を渡してレビューとゲーム情報を取得するget_steam_reviewツールを提供します。
詳細については、Steamwork API:ユーザーレビュー - リストの取得を参照してください。
返されるデータには 2 つの部分が含まれます。
game_reviews:success: クエリが成功したかどうかreview_score: レビュースコアreview_score_desc: レビュースコアの説明total_positive: 肯定的なレビューの総数total_negative: 否定的なレビューの総数reviews: すべてのレビューテキストコンテンツ(その他のメタデータなし)
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 startMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides tools for interacting with the Steam Web API to access player profiles, game libraries, achievements, statistics, inventories, and game information through natural language.34104MIT
- AlicenseAqualityCmaintenanceIntegrates with Steam Web API to enable querying user profiles, game libraries, store data, and community features like reviews and workshop items.16MIT
- Flicense-qualityCmaintenanceProvides access to your Steam game library data through Claude Desktop, enabling game search, filtering, details, recommendations, and statistics.7
- Alicense-qualityBmaintenanceEnables exploring Steam store reviews and community discussion threads with server-side filtering, temporal analysis, and metadata context for understanding player sentiment and feedback beyond store page noise.251BSD 3-Clause
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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