steam-mcp
Exposes Steam Web API tools as MCP resources for Claude Code, Claude Desktop, and Gemini CLI, enabling profile lookups, game searches, achievement tracking, and more.
README
steam-mcp
MCP server exposing Steam Web API tools to Claude Code, Claude Desktop and Gemini CLI.
Installation
One-liner (no clone needed)
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/imnotStealthy/steam-mcp/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/imnotStealthy/steam-mcp/main/install.ps1 | iex
The installer will:
- Clone the repo and build it
- Ask for your Steam API key (get one free at https://steamcommunity.com/dev/apikey)
- Register the MCP server with Claude Code
- Install all
/steam:*slash commands
Restart Claude Code after install to activate.
Prerequisites
- Node.js 18+
- Claude Code CLI
- A Steam Web API key → https://steamcommunity.com/dev/apikey
Add to Claude Desktop
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"steam-mcp": {
"command": "node",
"args": ["/absolute/path/to/steam-mcp/dist/index.js"],
"env": {
"STEAM_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
Restart Claude Desktop after saving.
Add to Gemini CLI
Edit ~/.gemini/settings.json:
{
"mcpServers": {
"steam-mcp": {
"command": "node",
"args": ["C:/absolute/path/to/steam-mcp/dist/index.js"],
"env": {
"STEAM_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
Slash Commands (Claude Code)
Slash commands are available after adding this project to Claude Code. They chain multiple MCP tools automatically and return formatted results with clickable Steam links.
| Command | Arguments | Description |
|---|---|---|
/steam:profile |
<steamid|vanity> |
Public profile + links to profile, friends, library |
/steam:game |
<game name> |
Search by name - price, Metacritic, live player count |
/steam:trend |
<game name> |
Health report - price, Metacritic, player count + verdict |
/steam:all |
<steamid|vanity> |
Full overview: profile + top games + recent activity + friends |
/steam:library |
<steamid|vanity> |
Deep library analysis: backlog %, total hours, gamer profile |
/steam:achievements |
<steamid|vanity> <game name> |
Achievement progress crossed with global rarity stats |
/steam:coop |
<steamid1> <steamid2> |
Find games both players own - sorted by combined playtime |
/steam:vac |
<steamid1> [steamid2] ... |
VAC/ban check for one or multiple players at once |
Examples
/steam:profile stealthylabs
/steam:game Battlefield 6
/steam:trend Rust
/steam:all 76561199832263296
/steam:library stealthylabs
/steam:achievements stealthylabs Resident Evil Requiem
/steam:coop stealthylabs gabelogannewell
/steam:vac 76561199832263296 76561197960287930
Available MCP Tools
| Tool | Description |
|---|---|
steam_resolve_vanity_url |
Convert a vanity URL (e.g. gabelogannewell) to a SteamID64 |
steam_get_player_summary |
Public profile: name, status, avatar, country, currently playing |
steam_get_friend_list |
Friend list with names and dates (resolve_names param) |
steam_get_player_bans |
VAC/game/community ban status for 1-100 accounts |
steam_get_owned_games |
Game library with playtime, sortable and filterable |
steam_get_recently_played |
Games played in the last 2 weeks |
steam_get_achievements |
Player achievement progress - filter by locked/unlocked/all |
steam_get_global_achievement_stats |
Global unlock rates (easiest/hardest achievements) |
steam_get_game_schema |
Full list of achievements and stats defined by a game |
steam_search_game |
Search by name - returns AppID, price, Metacritic score |
steam_get_current_players |
Number of players currently in-game for any app |
Example prompts
Look up the Steam profile for "stealthylabs"
What are my 10 most played games? (SteamID: 76561198XXXXXXXXX)
Show me the global achievement stats for Grand Theft Auto V Legacy
Which games have I bought but never launched?
Is Rust still worth buying in terms of player activity?
Local test (without Claude Code)
# Test the server responds to MCP protocol
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | STEAM_API_KEY=YOUR_KEY node dist/index.js
# Or with .env file
npm start
# then pipe JSON manually or use MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.js
Development
npm run dev # hot reload via tsx
npm run build # compile TypeScript → dist/
npm run lint # tsc type-check only
npm test # unit tests
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。