News

An Official PHP SDK for MCP Announced

Published
An Official PHP SDK for MCP Announced image

The PHP Foundation, in collaboration with Anthropic’s MCP team and the Symfony team, has announced the official PHP SDK for MCP. The goal is a framework-agnostic, production-ready reference implementation that the PHP ecosystem can rely on.

What is MCP?

The Model Context Protocol is an open standard introduced by Anthropic’s MCP team, enabling AI systems to connect with external tools and data sources. Think of it as a standardized “USB-C port” for AI—making it easier to plug applications and services into the growing AI ecosystem.

Why this matters for PHP

Until now, PHP lacked an official SDK for MCP. Community projects existed, but there was no single trusted implementation. With this new initiative:

  • PHP gains a reference implementation that developers can rely on.
  • It highlights PHP’s readiness for AI development, putting the language on equal footing with ecosystems like Python and JavaScript.

Maintainers and Roadmap

The Symfony team will lead maintenance, joined by community contributors like Kyrian Obikwelu, who previously worked on PHP MCP libraries.

The high-level roadmap includes:

  1. Server-side building blocks (initial release)
  2. Client capabilities and additional transports
  3. Documentation, examples, and stability hardening

The SDK will remain framework-agnostic; however, integrations for Laravel, WordPress, Drupal, Laminas, and other frameworks are encouraged.

Get Involved

Developers can already start experimenting with the SDK and contributing to its growth:

Want to contribute? Open issues, share PRs, or help test real-world integrations. The team is especially keen on Laravel adapters and examples to showcase PHP’s strength in AI tooling.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article