Caddy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm.
MCP server for managing Caddy web servers via the admin API
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add caddy-mcp -- npx -y @yawlabs/caddy-mcp
{
"mcpServers": {
"caddy-mcp": {
"args": [
"-y",
"@yawlabs/caddy-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.caddy-mcp]
command = "npx"
args = ["-y", "@yawlabs/caddy-mcp"]
{
"mcpServers": {
"caddy-mcp": {
"args": [
"-y",
"@yawlabs/caddy-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"caddy-mcp": {
"args": [
"-y",
"@yawlabs/caddy-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.