English | 中文
Access Steam game reviews using Model Context Protocol (MCP).
Helps LLMs retrieve Steam game reviews and information:
Run it directly with npx:
npx steam-review-mcp
or add:
{
"mcpServers": {
"steam-review-mcp": {
"command": "npx",
"args": [
"steam-review-mcp"
]
}
}
}
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 descriptionFor overall game review analysis, summarizing the pros and cons of the game.
appid
(required): Steam game ID, e.g., 570
(Dota 2)For analyzing recent game reviews, summarizing the current state of the game and player feedback.
appid
(required): Steam game ID, e.g., 570
(Dota 2)# Install dependencies
npm install
# Build project
npm run build
# Run service
npm start
{
"mcpServers": {
"steam-review-mcp": {
"env": {},
"args": [
"steam-review-mcp"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.