Steam MCP Server for Cline
io.github.grinv/steam-games-mcp
Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
client:Cline
transport:stdio
runtime:npm
Install Steam MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"steam-games-mcp": {
"command": "npx",
"args": [
"-y",
"steam-games-mcp"
],
"env": {
"STEAM_API_KEY": "<STEAM_API_KEY>",
"STEAM_ID": "<STEAM_ID>",
"STEAM_COUNTRY": "<STEAM_COUNTRY>",
"STEAM_LANGUAGE": "<STEAM_LANGUAGE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs