Steam MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 157 installs a week from npm. Last commit 24 Aug 2026.
Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
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.
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.
claude mcp add steam-games-mcp -- npx -y steam-games-mcp
{
"mcpServers": {
"steam-games-mcp": {
"args": [
"-y",
"steam-games-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.steam-games-mcp]
command = "npx"
args = ["-y", "steam-games-mcp"]
{
"mcpServers": {
"steam-games-mcp": {
"args": [
"-y",
"steam-games-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"steam-games-mcp": {
"args": [
"-y",
"steam-games-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
STEAM_API_KEY (Free Steam Web API key (optional). Unlocks player profile, library and achievement tools.), STEAM_ID (Default player: 17-digit SteamID64 or vanity name (the part after /id/).), STEAM_COUNTRY (Two-letter ISO country code for store prices (e.g. US, GB, DE).), STEAM_LANGUAGE (Store language (e.g. english, russian, german).).
The author declared them in the registry entry; get the values from the project itself.
Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP.
Steam Web API: profiles, owned games, achievements, app news, player counts.
Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.
NBA MCP — player, team, and game data via the BallDontLie API
Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights.
Lichess player profiles, games, daily puzzle, top players, and tournaments. By UnClick.
Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.
Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.
Answers built from our own checks of this server.