mcpbeat Sign in

Caddy MCP Server

local only

Caddy MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 430 installs a week from npm. Last commit 15 Sep 2026.

MCP server for managing Caddy web servers via the admin API

Installs per day peak 545 · avg 96 · +1865% w/w
a month agotoday
1 430
Installs / week
npm · @yawlabs/caddy-mcp
11
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const out = execFileSync(cmd, ["--version"], {
Touches key and credential files release.sh:252
    npm whoami >/dev/null 2>&1 || fail "npm is not authenticated. The automation token in ~/.npmrc is missing or dead -- replace it with a new automation token from npmjs.com (Access Tokens -> Generate -> Automation). Do NOT run 'npm login --auth-type=web': it overwrites the auto…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add caddy-mcp -- npx -y @yawlabs/caddy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "caddy-mcp": {
      "args": [
        "-y",
        "@yawlabs/caddy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.caddy-mcp]
command = "npx"
args = ["-y", "@yawlabs/caddy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "caddy-mcp": {
      "args": [
        "-y",
        "@yawlabs/caddy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "caddy-mcp": {
      "args": [
        "-y",
        "@yawlabs/caddy-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Caddy MCP Server

same job, measured the same way
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

62 installs/wk local only
MCP Podman
by crunchtools

MCP server for Podman container management via the Podman REST API

84 installs/wk local only
MCP Blockchain Events
by cryptoapis-io

MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs

82 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
Apple Shortcuts
by mindstone

MCP server for Apple Shortcuts via the macOS shortcuts CLI

43 installs/wk local only
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only

Caddy MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Caddy MCP Server?
Caddy MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yawlabs/caddy-mcp was installed 1 430 times last week.
How do I connect Caddy MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yawlabs/caddy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Caddy MCP Server?
The npm package @yawlabs/caddy-mcp was installed 1 430 times in the last week. Week over week that is +1865%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Caddy MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.