php-sdk

modelcontextprotocol/php-sdk
★ 1,406 stars PHP 💻 Code/Dev Tools Updated 1mo ago
The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "php-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/php-sdk"
      ]
    }
  }
}