PPSSPP Debug MCP Server for Cursor
io.github.astralvoidz/ppsspp-dfx-mcp
Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.
client:Cursor
transport:stdio
runtime:pypi
Install PPSSPP Debug MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ppsspp-dfx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ppsspp-dfx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs