mcpbeat Sign in

PlayStation Network MCP Server

by murzin-ml Your server? Claim it
local only

PlayStation Network runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from pypi. Last commit 28 Aug 2026.

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

Installs per day peak 224 · avg 41
a month agotoday
103
Installs / week
pypi · mcp-ps-store
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check PlayStation Network every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-ps-store -- uvx mcp-ps-store
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ps-store": {
      "args": [
        "mcp-ps-store"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ps-store]
command = "uvx"
args = ["mcp-ps-store"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ps-store": {
      "args": [
        "mcp-ps-store"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ps-store": {
      "args": [
        "mcp-ps-store"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PSN_NPSSO (NPSSO cookie from https://ca.account.sony.com/api/v1/ssocookie. Optional: `psn-login` stores it for you.), PSN_STORE_LOCALE (Locale used when building store.playstation.com links, e.g. en-us.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PlayStation Network

same job, measured the same way
Aggrometer
by aggrometer

The gaming attention graph: Steam players, Twitch live viewers, aggro ratio, hype, history.

8 tools answering
Chart Library — Market-state research
by grahammccain

Market memory for AI: historical states, published studies and source evidence.

258 installs/wk 14 tools answering
Ship24 Tracking
by ship24-official

Track any parcel by tracking number — real-time status, event history, and carrier detection.

local only
Skimetric
by skimetric

Snow forecasts, lift status, season history, costs and AI ski trip planning for Europe

23 tools answering
Anansi Data
by anansidata

Time-series nobody else archives: LLM price history, prediction markets, gas, perp funding.

12 tools answering
Moon Phase MCP
by mrfentmen

Moon phase, illumination, and age calculated locally. No network and no key.

local only
Lookip
by lookip

IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.

5 tools answering
MoveMate: Gym Workout Tracker
by movemate

Schedule workouts from the MoveMate exercise library and review history, PRs and progression.

answering

PlayStation Network — questions

Answers built from our own checks of this server.

Why is there no uptime for PlayStation Network?
PlayStation Network runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-ps-store was installed 103 times last week.
How do I connect PlayStation Network?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-ps-store straight from pypi; nothing to host, nothing to sign up for.
How many people use PlayStation Network?
The pypi package mcp-ps-store was installed 103 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PlayStation Network open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.