# sebastianbergmann/php-text-template | Model Context Protocol (MCP) Server > A simple template engine. - **Stars**: ⭐ 7,435 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "php-text-template": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-php-text-template" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "php-text-template": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-php-text-template" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-php-text-template` - **Docker**: `docker run -i --rm mcp/php-text-template`