# bobthecow/psysh | Model Context Protocol (MCP) Server > A REPL for PHP - **Stars**: ⭐ 9,834 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "psysh": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-psysh" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "psysh": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-psysh" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-psysh` - **Docker**: `docker run -i --rm mcp/psysh`