MCP server for PINE-speaking emulators (PCSX2, RPCS3, etc.) — exposes memory r/w and savestate control
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-pine": {
"command": "npx",
"args": [
"-y",
"dmang-dev/mcp-pine"
]
}
}
}
Run in terminal:
claude mcp add mcp-pine npx -y dmang-dev/mcp-pine
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-pine": {
"command": "npx",
"args": [
"-y",
"dmang-dev/mcp-pine"
]
}
}
}