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