PHP MCP Server
Core PHP implementation for the Model Context Protocol (MCP) server
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# PHP MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/php-mcp/server#readme
#
# 2. Add it to Claude Code:
claude mcp add php -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "server": { "command": "<...>", "args": ["<...>"] }
# }
# }