S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Steam Games Mcp

Grinv
๐ŸŽฎ Gaming
0 Views
0 Installs

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Search Steam's store/catalog (deals, reviews, Steam Deck/SteamOS/Machine/Frame compatibility) with no API key, plus player profiles, libraries, achievements and friends via the official Steam Web API (free key).

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "grinv-steam-games-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "grinv-steam-games-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Steam MCP Server

npm version CI license: MIT MCP Registry steam-games-mcp MCP server

An MCP server for Steam: search games and read store details, prices, reviews, discounts and news (no key), plus player profiles, libraries and achievements via the official Steam Web API (free key).

Read-only ยท official Steam APIs only ยท most tools need no key ยท open source. Nobody logs in; the only credential is a free Steam Web API key you set yourself, and the server never writes, trades, posts, launches games, or makes purchases.

Works with any MCP client (Claude Desktop/Code, Cursor, VS Code, Cline, โ€ฆ) over stdio.

Once it's connected, just ask your agent in natural language.

No credentials needed (store, search & discovery):

"Find Hollow Knight and tell me its price, genres and age rating."
"What are recent reviews saying about Baldur's Gate 3?"
"Have Cyberpunk 2077's reviews recovered since launch?"
"Which games are >80% off right now with 90%+ positive reviews?"
"Find roguelike deckbuilders on sale."
"What discounted games run natively on macOS?"
"Which recent, well-reviewed games run on Steam Deck?"
"What well-reviewed games run on SteamOS?"
"Any games verified for the Steam Machine on sale?"
"Any Steam Frameโ€“Verified VR games on sale?"
"What's discounted on Steam's front page right now?"
"Show me Steam's top sellers and newest releases."
"Any recent patch notes for No Man's Sky?"
"How rare is each achievement in Elden Ring?"
"How many people are playing Counter-Strike 2 right now?"
"Get current prices for appids 620, 413150 and 1145360."
"For appids 1245620 and 1086940, show price, review % and Deck / SteamOS / Machine / Frame status."

With a free API key + your STEAM_ID (your account; see Getting your credentials):

"Show my Steam profile."
"List my games by playtime."
"What have I played in the last two weeks?"
"Recommend something I'd like based on my library, on a good discount."
"Do I already own Hollow Knight and Hades?"
"What's on my wishlist that's discounted and well-reviewed?"
"List Hollow Knight's achievements and how rare each one is."
"How far am I through Elden Ring's achievements?"
"What's the SteamID64 for the profile name 'gabelogannewell'?"
"Which of my friends own Portal 2, and how many hours have they played?"
"What games do my friend and I both own, and who's played them more?"
"Show me my Steam friends list."
"Is SteamID 76561197960287930 VAC banned?"
"What games am I following that aren't on my wishlist?"

Install

Add it to your MCP client's config. Store/search tools work with no credentials; player tools need a free Steam Web API key.

{
  "mcpServers": {
    "steam": {
      "command": "npx",
      "args": ["-y", "steam-games-mcp"],
      "env": {
        "STEAM_API_KEY": "your-steam-web-api-key (optional โ€” enables player tools)",
        "STEAM_ID": "your-steamid64-or-vanity-name (optional โ€” default 'you' for player tools)",
        "STEAM_COUNTRY": "US (optional โ€” store price region)",
        "STEAM_LANGUAGE": "english (optional โ€” store language)"
      }
    }
  }
}

Replace each value with your own; remove the optional lines you don't need. A free key comes from https://steamcommunity.com/dev/apikey. From source: npm ci && npm run build, then use "command": "node", "args": ["/ABS/PATH/steam-games-mcp/dist/index.js"].

One-click install (Claude Desktop)

Download steam-games-mcp.mcpb (always the latest release) and open it in Claude Desktop โ€” Settings โ†’ Extensions โ€” then fill the optional fields (API key, Steam ID, country, language) in the install form. No JSON editing.

Also listed in the MCP Registry as io.github.Grinv/steam-games-mcp.

Getting your credentials

Store, search and discovery tools need nothing โ€” skip this section if that's all you want. The player tools (profile, library, achievements, your wishlist) need a free API key and a public profile. Three short steps:

  1. Get a free Steam Web API key. Sign in at https://steamcommunity.com/dev/apikey, enter any domain (e.g. localhost), and copy the key into STEAM_API_KEY.

  2. Find your Steam ID. Set STEAM_ID to either:

    • your vanity name โ€” the custom part of your profile URL steamcommunity.com/id/YOUR_NAME โ†’ YOUR_NAME (resolved automatically), or
    • your 17-digit SteamID64 (steamcommunity.com/profiles/7656โ€ฆ; or look it up at https://steamid.io).

    With STEAM_ID set you can just ask "my wishlist / library" โ€” without it, give the agent a SteamID64 each time (use resolve_vanity_url to convert a name).

  3. Make your profile public (for your own library/achievements): Steam โ†’ profile โ†’ Edit Profile โ†’ Privacy Settings โ†’ set My profile and Game details to Public.

The key and Steam ID go in your MCP client config (the env block above) โ€” see docs/clients.md for per-client examples. Never commit them.

Tools

Key: โ€“ no credentials ยท K Steam Web API key.

ToolKeyPurpose
search_gamesโ€“Find games by title โ†’ appid (with price)
get_gameโ€“Store details by appid or name: price, genres, platforms, Metacritic, age rating, DLC, requirements
get_itemsโ€“Batch store card (price, review %, Deck/SteamOS/Machine/Frame compat, native platforms, tags) for appids
discover_gamesโ€“Find games catalog-wide by discount, recency, Deck/SteamOS/Machine/Frame, platform, tags, rating
get_game_reviewsโ€“Review summary + recent reviews
get_review_histogramโ€“Review trend over time (history + recent)
get_pricesโ€“Batch current price/discount for many appids
get_specialsโ€“Steam front-page discounts
get_featuredโ€“Featured sections (top sellers, new releases, โ€ฆ)
get_game_newsโ€“Recent news / patch notes
get_global_achievementsโ€“Global achievement unlock rates (rarity) โ€” top 200
get_current_playersโ€“Live concurrent player count
get_wishlistโ€“A player's wishlist โ€” appids, or full cards + on-sale filter with include_details (public profiles)
get_followed_gamesโ€“A player's followed games (Steam's "follow" feature, separate from the wishlist) โ€” appids (public profiles)
get_game_achievementsKAchievement list (names, descriptions) + rarity โ€” top 200
resolve_vanity_urlKCustom profile name โ†’ SteamID64
get_player_summaryKPlayer public profile (incl. Steam level)
get_player_bansKVAC/game/community/economy ban status (works even on private profiles)
get_owned_gamesKA player's games + playtime (top 50 by playtime; check_appids reliably checks specific appids past that cap)
get_recently_playedKGames played in the last two weeks
get_recommended_gamesKPersonalized picks from playtime-weighted tags + review quality, excluding owned games
get_player_achievementsKA player's achievement progress in a game โ€” achievement list capped at top 200, unlocked first
get_friend_listKA player's friends โ€” name, online state, current game (public friends list)
find_friends_who_ownKWhich friends own given appid(s) + their playtime โ€” checks each friend's FULL library, not just top 50
compare_playersKGames two players both own, with each one's playtime โ€” checks each player's FULL library, not just top 50

Two tiers. Store/search + discovery tools (store/api.steampowered.com) need no credentials โ€” including catalog-wide discovery (discover_games: deals, new releases, Deck / SteamOS / Machine / Frame compatibility, tags, rating) and batch price/review checks (get_items). Player tools need a free STEAM_API_KEY and a public profile; they return a clear message when the key is unset. Set STEAM_ID (a SteamID64 or vanity name) to make those tools default to you, so "my wishlist / library" works without passing an ID each time.

No third-party services: deal discovery and reviews come from Steam's own (keyless) store APIs. SteamDB is not used (no public API + scraping disallowed). Steam has no price-history API, so that isn't offered. Not affiliated with Valve.

Prompts

Guided one-shot prompts that orchestrate several tools for a common question โ€” use these when your client exposes MCP prompts, instead of describing the steps yourself:

PromptArgsWhat it does
what_should_i_playsteamid, budget, tags (all optional)Recommends catalog games from your library/taste, excluding what you own
is_it_worth_buyinggame (title or appid, optional โ€” autocompletes; asks if omitted)Price, review trend and Steam Deck compatibility โ†’ a buy/wait/skip verdict
deals_digestmin_discount, min_review, tags (all optional)A curated list of well-reviewed discounted games

Develop

npm install
npm run build        # type-check + bundle to dist/index.js
npm test             # node:test (mocked, offline)
npm run lint
npm run format
npm run check:api    # live upstream health-check (Storefront keyless; player check needs STEAM_API_KEY)
npm run inspector    # run under the MCP Inspector

Runtime requires Node โ‰ฅ 20. Contributor/agent guidance: AGENTS.md. Security policy: SECURITY.md. Per-client config and all tunables: docs/clients.md.

Updating

  • npx: unpinned npx -y steam-games-mcp fetches the latest on the next run.
  • .mcpb bundle: download the new bundle from the releases page and reinstall.
  • From source: git pull && npm ci && npm run build.

License

MIT ยฉ Grinv

Related MCP Servers

P
Prts Mcp

๐Ÿ ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - MCP Server for Arknights, querying the PRTS Wiki API and serving auto-synced operator archives and voice lines from game data. Designed for fan-creation (ๅŒไบบๅ‰ตไฝœ) AI agents. Python (stdio/Docker) and TypeScript (Streamable HTTP) implementations.

๐ŸŽฎ Gaming0 views
T
Thegamecrafter Mcp Server

๐Ÿ“‡ โ˜๏ธ - Design, manage, and price tabletop games on The Game Crafter. Browse catalogs, create projects, upload artwork, get pricing.

๐ŸŽฎ Gaming0 views
A
Antics Mcp

๐Ÿ“‡ โ˜๏ธ - Deploy a single-file HTML game to a shareable multiplayer URL with rooms, state sync, and leaderboards. No backend or player accounts.

๐ŸŽฎ Gaming0 views
B
Beckett Godot Mcp

๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Beckett โ€” MCP for Godot: a zero-sidecar GDScript editor addon that serves MCP over Streamable HTTP from inside the Godot 4 editor (no Node/Python sidecar). Reflection over any class, validate-before-write GDScript, scene/script/resource authoring, and a runtime play-test loop (play, screenshot, input, assert). MIT.

๐ŸŽฎ Gaming0 views
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.