# caddyserver/caddy | Model Context Protocol (MCP) Server > Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS - **Stars**: ⭐ 74,895 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "caddy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-caddy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "caddy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-caddy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-caddy` - **Docker**: `docker run -i --rm mcp/caddy`