Steam MCP Server for Cursor
io.github.julianmeyerr/steam-mcp-server
Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP.
client:Cursor
transport:stdio
runtime:npm
Install Steam MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"steam-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j.meyer/steam-mcp-server"
],
"env": {
"STEAM_API_KEY": "<STEAM_API_KEY>",
"MY_STEAM_ID": "<MY_STEAM_ID>",
"STEAM_FAMILY_MEMBER_IDS": "<STEAM_FAMILY_MEMBER_IDS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs