steam-mcp-server
v1.3.0
Published
Steam MCP Server for accessing Steam Web API data
Readme
Steam MCP Server
A Model Context Protocol (MCP) server providing access to Steam Web API data for AI assistants and applications.
Features
Public Tools (non–player-specific data):
getCurrentPlayers- Real-time player countsgetAppList- Steam application catalog with filteringsearchApps- Search Steam Store for applications by name or keywords and get app IDs with basic store infogetAppDetails- Detailed store informationgetGameNews- Latest game news and updatesgetGameSchema- Game statistics and achievement schemasgetGlobalAchievementPercentages- Global achievement unlock ratesgetSupportedApiList- Available Steam Web API interfacesgetSteamReviews- User reviews and ratings
User Tools (player-specific data; respects Steam profile/game privacy settings):
getPlayerAchievements- Player achievement progressgetUserStatsForGame- Personal game statisticsresolveVanityUrl- Convert Steam username to SteamID64
MCP Client Configuration
{
"mcpServers": {
"steam": {
"command": "npx",
"args": ["@nygglatho/steam-mcp-server"],
"env": {
"STEAM_API_KEY": "your_api_key_here"
}
}
}
}To get a Steam API Key: Visit steamcommunity.com/dev/apikey
