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'
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
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
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
コメント