Steam MCP Server (Node.js/TypeScript)
@algorhythmic
关于 Steam MCP Server (Node.js/TypeScript)
MCP Server for Steam Web API Game Statistics
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"steam-mcp": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Steam MCP Server (Node.js/TypeScript)?
Steam MCP Server (Node.js/TypeScript) is a Node.js/TypeScript-based MCP server that acts as an intermediary between an MCP client (e.g., Roo) and the Steam Web API. It provides structured access to Steam game statistics and user information via standard input/output (stdio).
How to use Steam MCP Server (Node.js/TypeScript)?
Install dependencies with npm install, set the STEAM_API_KEY environment variable in a .env file, build with npm run build, and run with node build/index.js. For MCP clients like Roo, add an entry to mcp.json specifying the command node and the absolute path to the built index.js file, plus the working directory.
Key features of Steam MCP Server (Node.js/TypeScript)
- Retrieves current player count for a given AppID.
- Returns complete list of public Steam applications.
- Fetches game schema (stats, achievements) for an AppID.
- Gets store page details for one or more AppIDs.
- Obtains latest news items for a specific game.
- Retrieves player achievements and global stats for games.
Use cases of Steam MCP Server (Node.js/TypeScript)
- Integrate Steam game statistics into MCP client workflows.
- Fetch user achievements for a specific game.
- Monitor live player counts for games.
- Retrieve game news and store details.
- Get global achievement percentages and game schema.
FAQ from Steam MCP Server (Node.js/TypeScript)
What are the prerequisites to run this server?
Node.js (v18+), npm, and a valid Steam Web API key from the Steam Developer website.
How do I configure the server?
Create a .env file in the project root with STEAM_API_KEY=YOUR_API_KEY.
How does the server communicate with MCP clients?
It uses standard input/output (stdio) via the @modelcontextprotocol/sdk'
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论