Unofficial Steam Web API reader: library, playtime, achievements, friends, profiles, workshop, trades, and official catalog. Not affiliated with Valve.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "node",
"args": [
"./server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"STEAM_WEB_API_KEY": "${STEAM_WEB_API_KEY}",
"STEAM_ID": "${STEAM_ID}"
}
}