steam-storefront-mcp
Provides access to public Steam Storefront metadata, including game search by title, official store details (genres, categories, descriptions, developers, publishers, metacritic score, platforms, release date), and player review statistics (positive percentage, total count, rating score).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@steam-storefront-mcpWhat's the Steam review sentiment for Elden Ring?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
steam-storefront-mcp
An MCP (Model Context Protocol) server that gives AI assistants access to public Steam Storefront metadata, official genres, categories, and player review sentiment via structured Steam Storefront JSON APIs.
Search for games on Steam, retrieve official store details, and analyze Steam player review ratings — all without needing a Steam API key. For underlying API documentation and technical guidelines, see the official Steam Web API Documentation.
Tools
Tool | Parameters | Description |
|
| Search Steam Storefront by game title query — returns matching games with AppIDs via structured JSON API. |
|
| Get official store metadata (genres, categories, short/detailed description, developers, publishers, metacritic score, platforms, release date). |
|
| Get Steam player review statistics (positive review percentage, total review count, rating score string e.g. |
Related MCP server: Steam MCP Server
Prerequisites
Node.js v18 or later
No API keys or Steam account required — this server uses public Steam Storefront endpoints.
Installation & Configuration
Option A — npx (Recommended, no install required)
Add the following to your MCP client config file:
{
"mcpServers": {
"steam-storefront": {
"command": "npx",
"args": ["-y", "steam-storefront-mcp"]
}
}
}Option B — Clone and build locally
git clone https://github.com/brandikun/steam-storefront-mcp.git
cd steam-storefront-mcp
npm install
npm run buildThen add to your MCP config:
{
"mcpServers": {
"steam-storefront": {
"command": "node",
"args": ["/absolute/path/to/steam-storefront-mcp/dist/index.js"]
}
}
}MCP Client Config Locations
Client | Config File Location |
Antigravity / AGY |
|
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Example Usage
Once connected, you can ask your AI assistant questions like:
"What is the Steam review consensus for Vampire Crawlers?"
"Search Steam for Elden Ring to get its AppID"
"Find out if Hades II supports full controller support, co-op, and Steam Deck"
Performance & Caching
Feature | Details |
In-Memory Cache | All Steam Storefront API and store page requests are cached in memory for 1 hour (3600s). |
Rate Limit Protection | Repeated lookups for the same game use 0 network requests. |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that enables searching Steam games, fetching user reviews with filters, and retrieving game details including price and tags.Last updated2284MIT
- AlicenseAqualityBmaintenanceMCP server providing 25 tools to query Steam store data, player statistics, achievements, reviews, pricing, workshop items, leaderboards, inventory, and player profiles for AI-powered IDEs like Cursor.Last updated25322Creative Commons Attribution Non Commercial No Derivatives 4.0 International
- AlicenseAqualityDmaintenanceMCP Server for the Steam Web API — access player profiles, game libraries, achievements, news, friend lists, and store search through Claude.Last updated20282MIT
- AlicenseAqualityCmaintenanceMCP server for Steam that enables LLM agents to manage gaming libraries, achievements, stats, and discover store content through 20 tools.Last updated212MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brandikun/steam-storefront-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server