PPSSPP Debug MCP Server for Claude Desktop
io.github.astralvoidz/ppsspp-dfx-mcp
Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.
client:Claude Desktop
transport:stdio
runtime:pypi
Install PPSSPP Debug MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ppsspp-dfx-mcp": {
"command": "uvx",
"args": [
"ppsspp-dfx-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs