PHP MCP Protocol Server
@Lucasdoreac
关于 PHP MCP Protocol Server
Servidor MCP para PHP Universal - integra PHP com o protocolo Model Context Protocol
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"php-mcp-protocol-server": {
"type": "http",
"url": "http://localhost:7654"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PHP MCP Protocol Server?
PHP MCP Protocol Server is a server implementation of the Model Context Protocol (MCP) for PHP, enabling integration of PHP with Anthropic’s Claude AI. It uses the official MCP SDK to provide a robust, protocol‑compliant bridge that lets Claude execute PHP code directly.
How to use PHP MCP Protocol Server?
Install globally with npm install -g php-mcp-protocol-server and start the server using php-mcp-server. Alternatively, install locally via npm, clone from GitHub, and run npm start. The server listens on port 7654 by default (override with MCP_PORT environment variable). Before using, verify the PHP environment with npm run verify. In the Claude Desktop app, configure a local MCP tool pointing to localhost:7654.
Key features of PHP MCP Protocol Server
- Direct PHP code execution from Claude AI
- Based on Anthropic’s official MCP SDK
- Proper error and exception handling
- Automatic cleanup of temporary files
- PHP environment verification support
Use cases of PHP MCP Protocol Server
- Run arbitrary PHP snippets inside Claude conversations
- Validate PHP code output without leaving the AI interface
- Explore PHP configuration and extensions via the
phpInfotool - Debug PHP scripts by observing stdout and exit codes
FAQ from PHP MCP Protocol Server
What exactly does the server allow me to do?
It exposes two MCP tools: executePhp (runs PHP code and returns output, errors, and exit code) and phpInfo (returns PHP environment details like version, extensions, and settings).
What are the runtime requirements?
Node.js v14 or higher and PHP v7.0 or higher are required. npm or yarn is needed for installation.
How do I integrate with Claude AI?
Start the server, then in Claude Desktop configure a local MCP tool to point at localhost:7654 (or the port you set). You can then ask Claude to execute PHP code.
What if the server won’t start?
Verify that PHP is installed and accessible in your system’s PATH, ensure port 7654 (or the configured port) is free, and check the server logs for detailed error messages.
Is there any authentication or transport configuration?
The README does not mention authentication or alternative transports beyond the default HTTP‑based MCP endpoint on localhost.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论