mcpbeat Sign in

Steam MCP Server

by julianmeyerr Your server? Claim it
local only

Steam MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 609 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 567 · avg 25 · +534% w/w
a month agotoday
609
Installs / week
npm · @j.meyer/steam-mcp-server
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Steam MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add steam-mcp-server -- npx -y @j.meyer/steam-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "steam-mcp-server": {
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.steam-mcp-server]
command = "npx"
args = ["-y", "@j.meyer/steam-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "steam-mcp-server": {
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "steam-mcp-server": {
      "args": [
        "-y",
        "@j.meyer/steam-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STEAM_API_KEY (Steam Web API key for account-related tools.), MY_STEAM_ID (Default SteamID64 used when a tool does not receive one.), STEAM_FAMILY_MEMBER_IDS (Optional comma-separated SteamID64 values for the family library.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Steam MCP Server

same job, measured the same way
Steam MCP Server
by grinv

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).

157 installs/wk local only
Steam
by pipeworx-io

Steam Web API: profiles, owned games, achievements, app news, player counts.

45 tools answering
AtCoder MCP Server
by ketherworks

Search AtCoder problems and fetch public problem statements through MCP.

4 tools answering
Ms Sharepoint MCP
by 0xka13b

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

52 installs/wk local only
DWG MCP Server
by dimitrovakulenko

Read-only DWG file access for AI clients through MCP.

135 installs/wk local only
Steam (read-only)
by sarg338

Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights.

419 installs/wk local only
New Relic MCP Server
by newrelic

Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more

answering
Statistics Canada MCP Server
by aryan-jhaveri

Access Statistics Canada data via the Web Data Services API

412 installs/wk local only

Steam MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Steam MCP Server?
Steam MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @j.meyer/steam-mcp-server was installed 609 times last week.
How do I connect Steam MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @j.meyer/steam-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Steam MCP Server?
The npm package @j.meyer/steam-mcp-server was installed 609 times in the last week. Week over week that is +534%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Steam MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.