php-mcp/server
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
Freshness high impact
Dependents medium impact
Matched Queries
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