Steam MCP Server for Cursor
io.github.grinv/steam-games-mcp
Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).
client:Cursor
transport:stdio
runtime:npm
Install Steam MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"steam-games-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs