psysh

GitHub

A REPL for PHP

9,834 stars PHP #cli#php#psysh#repl#shell
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "psysh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-psysh"
      ]
    }
  }
}