Back to MCP Servers
🔌

PHP MCP Server

MIT

(PHP) - Core PHP implementation for the Model Context Protocol (MCP) server

PHPAI & LLMs

Install

npx -y php-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "php-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "php-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.