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
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:
game_reviews:success: Whether the query was successfulreview_score: Review scorereview_score_desc: Review score descriptiontotal_positive: Total positive reviewstotal_negative: Total negative reviewsreviews: All review text content (without other metadata)
game_info:name: Game namedetailed_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
Steam Review
Project Details
- fenxer/steam-review-mcp
- MIT License
- Last Updated: 4/9/2025
Recomended MCP Servers
Fewsats MCP server
An MCP Server for your Self Hosted Supabase
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE...
An MCP server that runs AI-driven venture capitalist agents (Fred Wilson, Peter Thiel, etc.), whose thinking is continuously...
A model context protocol (MCP) server that provides access to tools from the https://toolhouse.ai platform.
A Bluesky MCP
A simple MCP application that delivers curated positive and uplifting news stories.
Model Context Protocol Servers
Devin's attempt at creating an OpenSCAD MCP Server that takes a user prompt and generates a preview image...
The Practices MCP Server is a specialized MCP (Model Context Protocol) server that enables AI assistants like Claude...





