nginx-ui

GitHub

Yet another WebUI for Nginx

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nginx-ui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nginx-ui"
      ]
    }
  }
}