mcpbeat Sign in

PPSSPP Debug MCP Server

by astralvoidz Your server? Claim it
local only

PPSSPP Debug MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.

Installs / week
pypi · ppsspp-dfx-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check PPSSPP Debug MCP Server 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 ppsspp-dfx-mcp -- uvx ppsspp-dfx-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ppsspp-dfx-mcp": {
      "args": [
        "ppsspp-dfx-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ppsspp-dfx-mcp]
command = "uvx"
args = ["ppsspp-dfx-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ppsspp-dfx-mcp": {
      "args": [
        "ppsspp-dfx-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ppsspp-dfx-mcp": {
      "args": [
        "ppsspp-dfx-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PPSSPP Debug MCP Server

same job, measured the same way
Nakkas
by arikusi

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

122 installs/wk local only
Geargrafx MCP Server
by drhelius

MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator

local only
X64dbg
by bromoket

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

203 installs/wk local only
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

53 installs/wk local only
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

local only
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only

PPSSPP Debug MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for PPSSPP Debug MCP Server?
PPSSPP Debug MCP Server 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 ppsspp-dfx-mcp.
How do I connect PPSSPP Debug MCP Server?
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 ppsspp-dfx-mcp straight from pypi; nothing to host, nothing to sign up for.