The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Steam (read Only) listing page.
A read-only Model Context Protocol server for the public Steam Web API and storefront — 41 tools, 5 prompts, and 2 resources that let any MCP client (Claude Desktop, Claude Code, Cursor, …) answer questions about Steam: your friends, games, playtime, and achievements, plus account-independent things like sales, reviews, live player counts, Steam Deck compatibility, discovery, recommendations, and co-op planning.
Read-only · official Steam APIs only · open source. Nobody logs in, and the server never writes, trades, posts, launches games, or makes purchases.
Install uv, then:
Claude Code
That's the whole setup. 19 of the 41 tools work with no credential at all — anything about the store or a game itself:
"Is Baldur's Gate 3 worth buying, and how are its recent reviews trending?" "What co-op games are on sale under £20 right now?" "How many people are playing Helldivers 2 this minute?" "Will Hades II run properly on my Steam Deck?"
The three game-finders (steam_discover, steam_should_i_buy, steam_recommend) work
without a key too, as long as you don't personalize them.
A free Steam Web API key (a minute to get)
unlocks the other 22 — the ones that read a specific account: library, playtime,
friends, achievements, wishlist, inventory. Add STEAM_USER too and "my"/"I" default to
you, so you never have to paste a SteamID:
Tip: this defaults to the current project. Add
--scope useronly if you want Steam in every project — that keeps its tools in context everywhere, so prefer per-project scope unless Steam is cross-cutting for you.
Claude Desktop — download steam-mcp.mcpb from the
latest release and open it
(Settings → Extensions). Both fields are optional; leave them blank for the keyless
tools and fill them in later.
Cursor / Cline / Windsurf and the manual pip setup are under Setup below.
Without a key, the account tools are still listed but marked
[unavailable: needs STEAM_API_KEY], so your assistant knows to reach for a keyless tool instead of failing at one it can't use.
Account / profile (needs a public profile; set STEAM_USER and "my"/"I" default
to you — no SteamID needed):
Account-independent (works for any game, no SteamID needed):
| Tool | What it returns | Needs key? |
|---|---|---|
steam_resolve_vanity_url | Vanity name / profile URL → SteamID64 | yes |
steam_get_player_summary | Status (Online/Away/In-Game…), current game, for 1–100 users | yes |
steam_get_friend_list | Friends enriched with name + live status | yes |
steam_find_friends_who_own | Which friends own (or are playing) a game — "who can I play X with" | yes |
steam_get_user_groups | The Steam groups/clans a user is in (name, URL, member count) | yes |
steam_plan_coop_night | Co-op games the host + friends all own (ranked by owners) — or mode="new" for fresh co-op games none of them own yet; with who's online now | yes |
steam_get_owned_games | Owned games with total/recent hours (sortable) | yes |
steam_analyze_library | Backlog, playtime distribution, abandoned games across a whole library | yes |
steam_get_recently_played_games | Last-2-weeks playtime | yes |
steam_get_steam_level | Steam community level | yes |
steam_get_player_bans | VAC / game / community / economy bans | yes |
steam_get_player_achievements | Per-game unlocked vs locked achievements | yes |
steam_get_game_schema | A game's achievement definitions (names, descriptions, hidden flag) | yes |
steam_get_global_achievement_percentages | Achievement rarity (global %) | no |
steam_get_user_game_stats | A user's in-game stats (kills, wins, distance…) for a game | yes |
steam_get_rarest_unlocks | A player's rarest achievement unlocks in a game (by global rarity) | yes |
steam_search_apps | Game title → appid (+ price) | no |
steam_discover | Find/recommend games by tag, price, sale, platform, release window ("last N days") — optionally personalized to a user's taste (excludes games they own) | no* |
steam_should_i_buy | Buying brief — price, lifetime + recent reviews (trend), tags, Metacritic, and your taste match | no* |
steam_recommend | Recommend games like a seed game or your taste, with the shared tags as the "why" | no* |
steam_get_app_details | Full store details — play modes/co-op, controller, DLC, languages, requirements, Metacritic, Steam Deck | no |
steam_get_deck_compatibility | Steam Deck rating (Verified/Playable/Unsupported) + the per-criterion test results | no |
steam_get_dlc | A game's DLC, with live prices and what's on sale | no |
steam_get_app_regional_pricing | A game's price across regions (each in local currency) | no |
steam_get_workshop_item | Workshop item metadata (game, tags, subscribers, favorites, views) | no |
steam_get_app_tags | A game's top community tags (Souls-like, Roguelike, Cozy…) | no |
steam_get_app_reviews | Lifetime verdict, +/- counts, sample reviews; optional recent (last-N-days) score via review_filter='recent' | no |
steam_analyze_game | One-call brief on a game: price, all-time and 30-day reviews, players now, Deck, tags, the latest update's effect on reviews, and news | no |
steam_compare_games | Compare 2-5 games side by side: price, reviews and their trend, players now, Steam Deck, co-op, tags | no |
steam_get_update_impact | Did an update change the reviews? Review score in the days before vs after each recent patch | no |
steam_analyze_app_reviews | Analyze thousands of reviews: sentiment over time, by language and playtime, Steam Deck, key activations vs Steam purchases, refunds, developer replies | no |
steam_get_featured_specials | Games currently on sale (regional) | no |
steam_get_store_highlights | Top sellers, new releases, or coming soon | no |
steam_get_wishlist | A user's wishlist, with live prices + what's on sale | yes |
steam_get_inventory | A user's inventory — game items or Steam Community items (cards, emoticons…), with tradable/marketable flags | yes† |
steam_get_market_price | Community Market price for an item (lowest/median/24h volume) + type/rarity + CS2 condition | no |
steam_get_player_badges | Badges + the XP breakdown behind a Steam level | yes |
steam_get_package_details | Package/bundle price + included games | no |
steam_compare_players | Shared games between two users, with playtime | yes |
steam_get_current_players | Live concurrent player count | no |
steam_get_app_news | Recent news / patch notes | no |
Every tool supports response_format: "markdown" (default) or "json", and all are
annotated readOnlyHint: true. Prefer the composite tools (steam_should_i_buy,
steam_recommend, steam_discover, steam_plan_coop_night) over chaining several
calls, and ask for json only when you need to parse fields. Tools that read
localized text accept a language parameter — a Steam language name like french or
schinese (default english).
*
steam_discover,steam_should_i_buy, andsteam_recommendneed no key for the store data; their personalization (passing asteamidto use a user's library/taste) requires a key and a public profile.†
steam_get_inventoryreads a keyless endpoint, but it still has to know whose inventory — and turning a vanity name (orSTEAM_USER) into a SteamID64 is itself a keyed call. Pass a raw 17-digit SteamID64 and it works with no key.
Beyond tools, the server ships prompts (guided one-click flows that orchestrate the tools) and resources (reference Steam entities by URI):
what_should_i_play, is_it_worth_buying, plan_game_night,
steam_deals, game_overview.steam://app/{appid} (store details) and steam://user/{steamid}
(profile + live status).Recent reviews:
steam_get_app_reviewswithreview_filter='recent'asks Steam for the exact review count and score of the lastday_rangedays (default 30), the same numbers as the store page's "Recent Reviews" row. If Steam refuses that request it falls back to counting the newest reviews, up torecent_max_reviews, and marks the resultsampled: true.Whose reviews count: by default both scores count what the store page counts: Steam purchases only for a paid game (key activations are left out) and everyone for a free game.
purchase_type='all'or'steam'forces either.
Market prices:
steam_get_market_priceuses Steam's Community Market endpoints, which are undocumented and tightly rate-limited. Results are cached briefly; an item with no current listings reports its price as unavailable.
Skip this if you only want the 19 keyless tools — the server runs fine without a key and the account tools simply advertise themselves as unavailable.
To unlock the account tools, visit https://steamcommunity.com/dev/apikey, sign in,
register a domain (any domain you control works; localhost is commonly used for
personal keys), and copy the key. Usage is governed by the
Steam Web API Terms of Use.
The published package needs no checkout (Python 3.10+):
Both MCP Python SDK majors work (mcp>=1.28). On the v2 SDK the server speaks
spec revision 2026-07-28 — stateless, no initialize handshake — advertises
cache hints on its tool/prompt/resource listings, and can ask you which Steam
account is yours when STEAM_USER isn't set (once per session, and only if your
client supports elicitation). On the v1.x line it serves the initialize
handshake that modern clients fall back to anyway. Nothing to configure either
way.
TLS note: the HTTP client is
httpx2, which verifies certificates against your operating system's trust store rather than a bundled CA list. If you run this somewhere minimal (a slim container with no system CA store, or behind a private CA), pointSSL_CERT_FILEorSSL_CERT_DIRat a CA bundle.
Both settings are optional. STEAM_API_KEY unlocks the account tools; STEAM_USER
(your Steam vanity name, SteamID64, or profile URL) makes those tools default to you
whenever you don't name a user, so you never paste a SteamID. It's a public profile
name, not a secret, and you can still pass a steamid to any call to override it.
Configure neither and you get the keyless server; configure both and you get everything.
Smaller tool set (optional). Every tool's definition goes into the model's context
on every request, about 11.5k tokens for all 41. Set STEAM_MCP_TOOLS=essentials to
load just 15: search, the one-call game brief, details, reviews, compare, should-I-buy,
discover, recommend, update impact, sales, and your profile, library, library analysis,
wishlist and co-op night. Add others by name (essentials,get_inventory), or list
exactly the ones you want. The default is all. The built-in prompts may mention a
tool your set leaves out.
Claude Code
STEAM_USERis optional — drop the second--envif you'd rather give a SteamID to each call.
Claude Desktop — install steam-mcp.mcpb from the
latest release via
Settings → Extensions and paste your key (and, optionally, your Steam name).
Everything else (Claude Desktop config, Cursor, Cline, Windsurf, VS Code, …) — drop this block into the client's MCP config file:
Installing with an AI agent such as Cline? Point it at
llms-install.md, which walks it through the setup.
Config locations: Claude Desktop claude_desktop_config.json (%APPDATA%\Claude\
on Windows, ~/Library/Application Support/Claude/ on macOS); Cursor
.cursor/mcp.json; Cline cline_mcp_settings.json. Restart the client and the
Steam tools appear. Running from a source checkout instead? Use
"command": "python", "args": ["-m", "steam_mcp.server"].
Read-only, official-Steam-only, and bring-your-own-key. In short:
STEAM_API_KEY; never written to disk,
logged, cached, or put in output (and redacted from error messages).api.steampowered.com / store.steampowered.com / steamcommunity.com (SSRF
guard), with per-host rate limiting and retry/backoff.extra="forbid"); no data kept between requests
beyond a small TTL cache of non-user store data.Full details and how to report issues are in SECURITY.md.
steam-mcp follows Semantic Versioning. As of 1.0, the
following are the stable public surface — they won't change without a major
(2.0) release:
response_format: "json") — names, types, and structuresteam://app/{appid}, steam://user/{steamid})Within a major version, minor releases may add tools, prompts, resources, optional parameters, and JSON fields; patch releases are bug fixes only. The Markdown output wording, internal implementation, caching behavior, and which Steam endpoints back a given tool may change at any time and are not part of the contract.
MIT. Not affiliated with Valve. "Steam" is a trademark of Valve Corporation.