# shadps4-emu/shadPS4 | Model Context Protocol (MCP) Server > PlayStation 4 emulator for Windows, Linux, macOS and FreeBSD written in C++ - **Stars**: ⭐ 32,459 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "shadPS4": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-shadPS4" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "shadPS4": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-shadPS4" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-shadPS4` - **Docker**: `docker run -i --rm mcp/shadPS4`