MCP Server
MCP
Steam MCP Server
Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "steam-games-mcp",
"version": "0.13.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Free Steam Web API key (optional). Unlocks player profile, library and achievement tools.",
"isSecret": true,
"name": "STEAM_API_KEY"
},
{
"description": "Default player: 17-digit SteamID64 or vanity name (the part after /id/).",
"name": "STEAM_ID"
},
{
"description": "Two-letter ISO country code for store prices (e.g. US, GB, DE).",
"default": "US",
"name": "STEAM_COUNTRY"
},
{
"description": "Store language (e.g. english, russian, german).",
"default": "english",
"name": "STEAM_LANGUAGE"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Grinv/steam-games-mcp/releases/download/v0.13.1/steam-games-mcp.mcpb",
"version": "0.13.1",
"fileSha256": "830e343b8a39796d084fffc670c5d269ece4be8677e46568ac4d80984610065f",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Free Steam Web API key (optional). Unlocks player profile, library and achievement tools.",
"isSecret": true,
"name": "STEAM_API_KEY"
},
{
"description": "Default player: 17-digit SteamID64 or vanity name (the part after /id/).",
"name": "STEAM_ID"
},
{
"description": "Two-letter ISO country code for store prices (e.g. US, GB, DE).",
"default": "US",
"name": "STEAM_COUNTRY"
},
{
"description": "Store language (e.g. english, russian, german).",
"default": "english",
"name": "STEAM_LANGUAGE"
}
]
}
]
}
mcp
model-context-protocol
npm
mcpb
By
Comments
Sign in to leave a comment