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.

Steam MCP Server

NPM · @J.MEYER/STEAM-MCP-SERVER · SCANNED SEP 20

Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP.

81 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
  • 34 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to julianmeyerr/steam-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 5 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 857 tokens (~57/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Steam MCP Server server?

Steam MCP Server runs locally as an npm package, launched with npx -y @j.meyer/steam-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @j.meyer/steam-mcp-server

# add to Claude Code
claude mcp add julianmeyerr-steam-mcp-server -- npx -y @j.meyer/steam-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "julianmeyerr-steam-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "julianmeyerr-steam-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add julianmeyerr-steam-mcp-server -- npx -y @j.meyer/steam-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "julianmeyerr-steam-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@j.meyer/steam-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add julianmeyerr-steam-mcp-server --command npx --arg -y --arg @j.meyer/steam-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  julianmeyerr-steam-mcp-server:
    command: "npx"
    args: ["-y", "@j.meyer/steam-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "julianmeyerr-steam-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add julianmeyerr-steam-mcp-server -t stdio -c npx -a -y @j.meyer/steam-mcp-server
// mcp.json
{
  "mcpServers": {
    "julianmeyerr-steam-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ]
    }
  }
}
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.

  • 19 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 66

    First indexed and scored.

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/@j.meyer/steam-mcp-server@1.1.6

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo julianmeyerr/steam-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/julianmeyerr/steam-mcp-server/.github/workflows/publish.yml@refs/tags/v1.1.6
Rekor log index 2832253274
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a2219d13ce929a03579b61a33b2e4332050903befea22115f2dea113fe55e451ec13c81f0c4686d1990a62807875ee3122d5b99c5b52e8a2e5bffc82d

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~857 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
compare_owned_games ~55

Cruza tu biblioteca con la de otro usuario para saber qué juegos comparten y cuántas horas tiene cada uno.

NameTypeReqDescription
friend_steamidstringyesEl SteamID64 del amigo con el que te quieres comparar.

No output schema declared.

No examples provided.

get_app_news ~59

Devuelve las últimas noticias/actualizaciones publicadas para un juego de Steam.

NameTypeReqDescription
appidintegeryesAppID del juego
countintegerCantidad de noticias
maxlengthintegerLargo máximo del contenido

No output schema declared.

No examples provided.

get_current_players ~38

Devuelve la cantidad total de jugadores activos en un juego en este momento en Steam.

NameTypeReqDescription
appidintegeryesAppID del juego

No output schema declared.

No examples provided.

get_family_owned_games ~42

Devuelve una lista unificada de juegos de MY_STEAM_ID y los miembros configurados en STEAM_FAMILY_MEMBER_IDS, indicando sus dueños.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_friend_list ~52

Devuelve tus amigos de Steam (o los de un ID específico).

NameTypeReqDescription
relationshipstringFiltro
steamidstringSteamID64 (opcional, por defecto el tuyo)

No output schema declared.

No examples provided.

get_friends_current_status ~30

Obtiene en tiempo real qué amigos están online y qué juego específico están jugando en este instante.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_friends_recent_activity ~54

Escanea la actividad de tus amigos más activos en las últimas 2 semanas para saber qué se está jugando.

NameTypeReqDescription
limitintegerCantidad máxima de amigos activos a analizar para evitar saturar la API.

No output schema declared.

No examples provided.

get_global_achievement_percentages ~41

Devuelve el porcentaje de todos los jugadores de Steam que desbloquearon cada logro.

NameTypeReqDescription
appidintegeryesAppID del juego

No output schema declared.

No examples provided.

get_owned_games ~88

Lista los juegos que un usuario posee en Steam. Si se omite el ID, lista tus propios juegos.

NameTypeReqDescription
include_appinfobooleanIncluir nombre e ícono de cada juego
include_played_free_gamesbooleanIncluir juegos free-to-play
steamidstringSteamID64 del usuario (opcional, por defecto el tuyo)

No output schema declared.

No examples provided.

get_player_achievements ~79

Devuelve los logros de un usuario (o los tuyos por defecto) para un juego.

NameTypeReqDescription
appidintegeryesAppID del juego (ej: 730)
languagestringIdioma (ej: 'spanish')
steamidstringSteamID64 del usuario (opcional)

No output schema declared.

No examples provided.

get_player_bans ~58

Devuelve el estado de VAC, comunidad, economy y game bans de uno o varios SteamIDs. Incluye el appid de cada game ban específico cuando aplica.

NameTypeReqDescription
steamidsarrayyesLista de SteamID64 a consultar

No output schema declared.

No examples provided.

get_player_profile ~57

Devuelve el perfil público de uno o varios usuarios. Si la lista está vacía, devuelve tu propio perfil.

NameTypeReqDescription
steamidsarrayLista opcional de SteamID64. Si se omite, usa tu propio ID.

No output schema declared.

No examples provided.

get_recently_played_games ~60

Lista los juegos jugados en las últimas 2 semanas. Por defecto usa tu ID.

NameTypeReqDescription
countintegerLímite opcional de juegos
steamidstringSteamID64 del usuario (opcional)

No output schema declared.

No examples provided.

resolve_vanity_url ~82

Convierte una URL personalizada (ej: 'miusuario' de steamcommunity.com/id/miusuario) a un SteamID64.

NameTypeReqDescription
url_typestring1: perfil individual, 2: grupo, 3: grupo de juego oficial
vanityurlstringyesFragmento de la vanity URL (sin la URL completa)

No output schema declared.

No examples provided.

search_game ~62

Busca juegos en Steam por término y devuelve coincidencias con su appid. Útil para obtener el appid a partir del nombre.

NameTypeReqDescription
limitintegerMáximo de resultados
termstringyesTérmino de búsqueda (nombre del juego)

No output schema declared.

No examples provided.

Common questions

What is the Steam MCP Server server?

Steam MCP Server is listed in the public MCP registry as io.github.julianmeyerr/steam-mcp-server. Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP. This page covers its npm package (@j.meyer/steam-mcp-server).

Is the Steam MCP Server server safe to use?

Steam MCP Server scores 81 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. Its build provenance is signed and verified. 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 Steam MCP Server server expose?

Steam MCP Server exposes 15 tools: get_player_profile, get_owned_games, get_family_owned_games, get_recently_played_games, get_player_achievements, and 10 more. Their descriptions and schemas cost roughly 857 tokens of context every time the server is loaded.

Is the Steam MCP Server server still maintained?

Steam MCP Server 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.

What licence is the Steam MCP Server server under?

Steam MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.