# swoole/swoole-src | Model Context Protocol (MCP) Server > 🚀 Coroutine-based concurrency library for PHP - **Stars**: ⭐ 18,908 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "swoole-src": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swoole-src" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "swoole-src": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swoole-src" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-swoole-src` - **Docker**: `docker run -i --rm mcp/swoole-src`