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.
Retrieves reviews and game information by passing a Steam game appid. Returns data including success status, review score, total positive and negative reviews, and all review text content.
Analyzes overall game reviews and summarizes the pros and cons of the game based on the provided Steam game ID (appid).
Analyzes recent game reviews to summarize the current state of the game and player feedback based on the provided Steam game ID (appid).
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!