What is the io.github.YawLabs/caddy-mcp MCP server?
MCP server for managing Caddy web servers via the admin API
How to install io.github.YawLabs/caddy-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"caddy-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/caddy-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"caddy-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/caddy-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"caddy-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/caddy-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"caddy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/caddy-mcp"
]
}
}
}Claude Code
claude mcp add caddy-mcp -- npx -y @yawlabs/caddy-mcpRelated MCP servers
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
LemonSqueezy MCP server for managing your store from AI assistants
Yaw MCP - one install, every MCP server, managed from yaw.sh/mcp