PlayStation Network for Cursor
io.github.murzin-ml/mcp-ps-store
PlayStation Network (PSN) gaming history: playtime, trophies and purchased library.
client:Cursor
transport:stdio
runtime:pypi
Install PlayStation Network in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ps-store": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ps-store"
],
"env": {
"PSN_NPSSO": "<PSN_NPSSO>",
"PSN_STORE_LOCALE": "<PSN_STORE_LOCALE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs