ngnix-manager-mcp-server

kognar-ai/ngnix-manager-mcp-server
★ 1 stars TypeScript 🔌 API Integration Updated today
MCP server that abstracts calls to the Nginx Proxy Manager API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ngnix-manager-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "kognar-ai/ngnix-manager-mcp-server"
      ]
    }
  }
}