PHP MCP Server
@php-mcp
关于 PHP MCP Server
Core PHP implementation for the Model Context Protocol (MCP) server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PHP MCP Server?
The PHP MCP Server is a comprehensive PHP SDK for building Model Context Protocol (MCP) servers. It enables you to expose PHP application functionality as standardized MCP Tools, Resources, and Prompts, allowing AI assistants like Claude or ChatGPT to interact with your backend.
How to use PHP MCP Server?
Install via Composer (composer require php-mcp/server). Define MCP elements using PHP 8 attributes (#[McpTool], #[McpResource], etc.), then create a server script with StdioServerTransport and configure your MCP client to launch it. For Laravel integration, consider php-mcp/laravel. The server also supports HTTP and SSE transports.
Key features of PHP MCP Server
- Modern architecture with PHP 8.1+ and PSR standards
- Multiple transports: stdio, HTTP+SSE, streamable HTTP
- Attribute-based element definition using PHP 8 attributes
- Automatic JSON schema generation from method signatures
- Advanced session management with multiple backends
- ReactPHP-based event-driven, non‑blocking operations
Use cases of PHP MCP Server
- Exposing calculator functions as tools for AI assistants
- Providing configuration data as static resources
- Generating dynamic user profiles via resource templates
- Creating conversation starters with prompt templates
- Integrating PHP backend with AI‑powered IDEs like Cursor
FAQ from PHP MCP Server
What PHP version is required?
PHP 8.1 or higher is required.
What MCP protocol version does it support?
It supports the 2025‑03‑26 version of the Model Context Protocol.
What transport options are available?
Stdio, HTTP + Server-Sent Events, and streamable HTTP with resumability.
Does it have Laravel integration?
Yes, a dedicated Laravel package (php-mcp/laravel) is available for enhanced framework integration.
How are server capabilities configured?
Using the fluent `Server::
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论