Steam Review Mcp
@fenxer
About Steam Review Mcp
Get reviews from Steam store
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"steam-review-mcp": {
"command": "npx",
"args": [
"steam-review-mcp"
]
}
}
}Tools
1Retrieves reviews and game information for a specific Steam application. Returns formatted review data including review scores, positive/negative counts, review texts, and basic game information.
Overview
What is Steam Review MCP?
Steam Review MCP is a Model Context Protocol server that enables LLMs to retrieve and analyze Steam game reviews and basic game information by querying the Steamworks API.
How to use Steam Review MCP?
Install via Smithery for automatic setup, or run directly with npx steam-review-mcp. Add the server to your MCP client configuration using the steam-review-mcp command. Use the get_steam_review tool by providing a Steam game appid, or invoke the prompts summarize-reviews or recent-reviews-analysis.
Key features of Steam Review MCP
- Retrieves game reviews with positive/negative counts and review scores.
- Fetches game name and detailed description.
- Summarizes pros and cons from game reviews.
- Analyzes recent reviews for current state and player feedback.
- Supports both tool and prompt-based interactions.
Use cases of Steam Review MCP
- Get an overall sentiment summary for a game based on reviews.
- Quickly obtain game basic info (name, description) alongside reviews.
- Analyze recent player feedback to understand a game's current reception.
- Compare positive vs negative review counts for a game.
FAQ from Steam Review MCP
What is the main tool provided by Steam Review MCP?
The get_steam_review tool retrieves game reviews and basic game information when given a Steam appid.
How do I install Steam Review MCP?
You can install it via Smithery (npx -y @smithery/cli install @fenxer/steam-review-mcp --client claude) or run it directly with npx steam-review-mcp. Add the server configuration to your MCP client’s mcpServers object.
What data does Steam Review MCP return?
It returns two objects: game_reviews (success, review score, description, total positive/negative, and review text) and game_info (game name and detailed description).
What prompts are available in Steam Review MCP?
Two prompts: summarize-reviews (overall analysis and pros/cons) and recent-reviews-analysis (analysis of recent reviews, current state, and player feedback). Both require an appid parameter.
Does Steam Review MCP require any authentication or API key?
The README does not mention any authentication; it uses the public Steamworks API endpoint for reviews.
Frequently asked questions
What is the main tool provided by Steam Review MCP?
The `get_steam_review` tool retrieves game reviews and basic game information when given a Steam appid.
How do I install Steam Review MCP?
You can install it via Smithery (`npx -y @smithery/cli install @fenxer/steam-review-mcp --client claude`) or run it directly with `npx steam-review-mcp`. Add the server configuration to your MCP client’s `mcpServers` object.
What data does Steam Review MCP return?
It returns two objects: `game_reviews` (success, review score, description, total positive/negative, and review text) and `game_info` (game name and detailed description).
What prompts are available in Steam Review MCP?
Two prompts: `summarize-reviews` (overall analysis and pros/cons) and `recent-reviews-analysis` (analysis of recent reviews, current state, and player feedback). Both require an `appid` parameter.
Does Steam Review MCP require any authentication or API key?
The README does not mention any authentication; it uses the public Steamworks API endpoint for reviews.
Basic information
More Version Control MCP servers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Bitbucket Server MCP
garc33Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Comments