The reputation layer for AI skills, tools & agents

php-mcp/server

Score: 37.9 Rank #3229

Core PHP implementation for the Model Context Protocol (MCP) server

Overview

php-mcp/server is a PHP MCP server licensed under MIT. Core PHP implementation for the Model Context Protocol (MCP) server

Ranked #3229 out of 25632 indexed tools.

Ecosystem

PHP MIT

Signal Breakdown

Stars 821
Freshness 7mo ago
Issue Health 62%
Contributors 6
Dependents 0
Forks 59
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 218 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

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

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# PHP MCP Server SDK

**A comprehensive PHP SDK for building [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) servers. Create production-ready MCP servers in PHP with modern architecture, extensive testing, and flexible transport options.**

This SDK enables you to expose your PHP application's functionality as standardized MCP **Tools**, **Resources**, and **Prompts**, allowing AI assistants (like Anthropic's Claude, Cursor IDE, OpenAI's ChatGPT, etc.) to interact with your backend using the MCP standard.

## 🚀 Key Features

- **🏗️ Modern Architecture**: Built with PHP 8.1+ features, PSR standards, and modular design
- **📡 Multiple Transports**: Supports `stdio`, `http+sse`, and new **streamable HTTP** with resumability
- **🎯 Attribute-Based Definition**: Use PHP 8 Attributes (`#[McpTool]`, `#[McpResource]`, etc.) for zero-config element registration
- **🔧 Flexible Handlers**: Support for closures, class methods, static methods, and invokable classes
-
Read full README on GitHub →
Are you the maintainer? Claim this listing