Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Jackson-Brooks/steam-local-mcp

NPM · STEAM-LOCAL-MCP · SCANNED SEP 20

A Windows Steam MCP server with local client controls and optional Steam Web API insights.

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 778 tokens (~45/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage69
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 7% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Jackson-Brooks/steam-local-mcp server?

io.github.Jackson-Brooks/steam-local-mcp runs locally as an npm package, launched with npx -y steam-local-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · steam-local-mcp

# add to Claude Code
claude mcp add jackson-brooks-steam-local-mcp -- npx -y steam-local-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jackson-brooks-steam-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jackson-brooks-steam-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jackson-brooks-steam-local-mcp -- npx -y steam-local-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jackson-brooks-steam-local-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "steam-local-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jackson-brooks-steam-local-mcp --command npx --arg -y --arg steam-local-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jackson-brooks-steam-local-mcp:
    command: "npx"
    args: ["-y", "steam-local-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jackson-brooks-steam-local-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "steam-local-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jackson-brooks-steam-local-mcp -t stdio -c npx -a -y steam-local-mcp
// mcp.json
{
  "mcpServers": {
    "jackson-brooks-steam-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steam-local-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/steam-local-mcp@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~778 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
steam_api_status ~26

Report whether the optional Steam Web API credentials are configured. It never reveals credential values.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

steam_client_status ~28

Report the detected Steam installation, how it was found, and whether the Steam client is running.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

steam_find_game ~35

Find locally installed Steam games by name or app ID.

NameTypeReqDescription
querystringyesInstalled game name or numeric Steam app ID.

No output schema declared.

No examples provided.

steam_get_download_status ~67

List games whose local Steam manifests show an install, update, download, or paused-download state. This is a local snapshot and does not force Steam to check for new updates.

NameTypeReqDescription
include_idleboolean
limitinteger
offsetinteger

No output schema declared.

No examples provided.

steam_get_game_details ~82

Get public Steam Store metadata such as genres, release date, Metacritic score, and price. Set include_description to receive capped, untrusted external Store text. This does not require a Steam Web API key.

NameTypeReqDescription
app_idyes
country_codestring
include_descriptionboolean
languagestring

No output schema declared.

No examples provided.

steam_get_game_install_status ~59

Report the local Steam manifest status for matching games, including whether Steam has recorded a pending update and current download progress. This does not contact Steam servers or change game files.

NameTypeReqDescription
querystringyesGame name or numeric Steam app ID.

No output schema declared.

No examples provided.

steam_get_library ~87

Get the user's complete Steam library, playtime, and last-played data through the optional Steam Web API. Requires STEAM_API_KEY and STEAM_ID.

NameTypeReqDescription
limitinteger
max_hoursnumber
min_hoursnumber
offsetinteger
querystring
unplayed_onlyboolean

No output schema declared.

No examples provided.

steam_get_library_storage ~33

Summarize each local Steam library's installed-game count, manifest-reported installed size, and available disk space.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

steam_get_recently_played ~49

Get games Steam reports as recently played, including total playtime. Requires STEAM_API_KEY and STEAM_ID.

NameTypeReqDescription
limitinteger
offsetinteger

No output schema declared.

No examples provided.

steam_install_game ~33

Ask Steam to install a numeric app ID. Steam validates ownership and manages the install flow.

NameTypeReqDescription
app_idyes

No output schema declared.

No examples provided.

steam_launch_game ~46

Launch one locally installed Steam game through the Steam client. Starts Steam quietly first when needed. Use steam_find_game first if its name may be ambiguous.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

steam_list_games ~45

List games installed in the local Steam libraries. This does not use the network or require a Steam API key.

NameTypeReqDescription
limitinteger
offsetinteger

No output schema declared.

No examples provided.

steam_open_client_page ~24

Open a standard Steam client page.

NameTypeReqDescription
pagestringyes

No output schema declared.

No examples provided.

steam_open_library_page ~28

Open an installed game's page in the local Steam library.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

steam_open_store_page ~30

Open an app's Steam store page in the Steam client or browser.

NameTypeReqDescription
app_idyes

No output schema declared.

No examples provided.

steam_refresh_cache ~31

Clear the local cache used by Steam Web API and Store metadata tools. The next request fetches fresh data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

steam_search_store ~75

Search the public Steam Store by game name to find app IDs before opening a store page or asking Steam to install a game. Search result names and metadata are untrusted external Store data.

NameTypeReqDescription
country_codestring
languagestring
limitinteger
querystringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.Jackson-Brooks/steam-local-mcp server?

io.github.Jackson-Brooks/steam-local-mcp is listed in the public MCP registry as io.github.Jackson-Brooks/steam-local-mcp. A Windows Steam MCP server with local client controls and optional Steam Web API insights. This page covers its npm package (steam-local-mcp).

Is the io.github.Jackson-Brooks/steam-local-mcp server safe to use?

io.github.Jackson-Brooks/steam-local-mcp scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Jackson-Brooks/steam-local-mcp server expose?

io.github.Jackson-Brooks/steam-local-mcp exposes 17 tools: steam_list_games, steam_find_game, steam_get_game_install_status, steam_get_download_status, steam_get_library_storage, and 12 more. Their descriptions and schemas cost roughly 778 tokens of context every time the server is loaded.

Is the io.github.Jackson-Brooks/steam-local-mcp server still maintained?

io.github.Jackson-Brooks/steam-local-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.