modelcontextprotocol/php-sdk
The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.
Overview
modelcontextprotocol/php-sdk is a PHP MCP server. The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.
Ranked #38 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 1,406 GitHub stars.
Used by 35 other projects.
Has 32 contributors.
Actively maintained with commits in the last week.
Ecosystem
PHP NOASSERTION
Signal Breakdown
Stars 1,406
Freshness 3d ago
Issue Health 65%
Contributors 32
Dependents 35
Forks 122
Description Good
License NOASSERTION
How to Improve
Description low impact
License low impact
Matched Queries
From the README
# MCP PHP SDK The official PHP SDK for Model Context Protocol (MCP). It provides a framework-agnostic API for implementing MCP servers and clients in PHP. This project represents a collaboration between [the PHP Foundation](https://thephp.foundation/) and the [Symfony project](https://symfony.com/). It adopts development practices and standards from the Symfony project, including [Coding Standards](https://symfony.com/doc/current/contributing/code/standards.html) and the [Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). Until the first major release, this SDK is considered [experimental](https://symfony.com/doc/current/contributing/code/experimental.html), please see the [roadmap](./ROADMAP.md) for planned next steps and features. ## Installation ```bash composer require mcp/sdk ``` ## Quick Start This example demonstrates the most common usage pattern - a STDIO server using attribute discovery. ### 1. Define Your MCP Elements CreateRead full README on GitHub →
Are you the maintainer? Claim this listing