Steam Review MCP provides AI assistants with access to Steam game reviews and information through a Node.js server implementation. It offers tools to fetch game reviews with customizable parameters (language, filter type, review type) and game details from the Steam Store API, along with pre-built prompts for summarizing reviews and analyzing recent player sentiment. The implementation cleans and formats review text for compatibility with various LLM models, making it particularly valuable for understanding player feedback, identifying game strengths and weaknesses, and tracking changes in player sentiment over time.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves reviews and game information by passing a Steam game appid.
Summarizes the pros and cons of the game based on overall game reviews. Parameters: appid (required) - Steam game ID.
Analyzes recent game reviews, summarizing the current state of the game and player feedback. Parameters: appid (required) - Steam game ID.