Back to MCP Servers
🔌

PHP MCP SDK

NOASSERTION

The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.

PHPAI & LLMs

Install

npx -y php-mcp-sdk

claude_desktop_config.json

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

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