Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

PlayStation Network in other clients