Skip to content
Gemini CLI

PlayStation Network for Gemini CLI

io.github.murzin-ml/mcp-ps-store

PlayStation Network (PSN) gaming history: playtime, trophies and purchased library.

client:Gemini CLI transport:stdio runtime:pypi

Install PlayStation Network in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-ps-store": {
      "command": "uvx",
      "args": [
        "mcp-ps-store"
      ],
      "env": {
        "PSN_NPSSO": "<PSN_NPSSO>",
        "PSN_STORE_LOCALE": "<PSN_STORE_LOCALE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PlayStation Network in other clients