The reputation layer for AI skills, tools & agents

modelcontextprotocol/php-sdk

Score: 64.3 Rank #38

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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Badge

AgentRank score for modelcontextprotocol/php-sdk
[![AgentRank](https://agentrank-ai.com/api/badge/tool/modelcontextprotocol--php-sdk)](https://agentrank-ai.com/tool/modelcontextprotocol--php-sdk)
<a href="https://agentrank-ai.com/tool/modelcontextprotocol--php-sdk"><img src="https://agentrank-ai.com/api/badge/tool/modelcontextprotocol--php-sdk" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

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

Create 
Read full README on GitHub →
Are you the maintainer? Claim this listing