Caddy MCP Server

Caddy MCP Server

Local
@yawlabs11TypeScriptMITUpdated Yesterday

MCP server for managing Caddy web servers via the admin API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yawlabs/caddy-mcpv2.5.6

Run

npx -y @yawlabs/caddy-mcp

MCP client config

{
  "mcpServers": {
    "caddy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/caddy-mcp"
      ]
    }
  }
}