Nginx UI MCP Server

Yet another WebUI for Nginx

Remote serverstreamable-httpGo

What is the Nginx UI MCP server?

Nginx UI MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Yet another WebUI for Nginx.

What you get

 Proudly hosted on AtomGit — a part of the G-Star program.

  • Online statistics for server indicators such as CPU usage, memory usage, load average, and disk usage
  • Automatic configuration backup after changes, with version comparison and restore capabilities
  • Cluster management supporting mirroring operations to multiple nodes, making multi-server environments easy to manage
  • Export encrypted Nginx / Nginx UI configurations for quick deployment and recovery to new environments
  • Enhanced online ChatGPT assistant supporting multiple models, including Deepseek-R1's chain-of-thought display to help you better understand and optimize configurations
  • MCP — (Model Context Protocol) provides special interfaces for AI agents to interact with Nginx UI, enabling automated configuration management and service control

What the assistant can call

Once Nginx UI is connected, these are the calls the assistant has available:

  • Demo — The Demo tool exposed by this server
  • Features — The Features tool exposed by this server
  • Internationalization — As non-native English speakers, we strive for accuracy, but we know there's always room for improvement. If you spot any issues, we'd love your
  • Installation — The Installation tool exposed by this server
  • Usage — In the first runtime of Nginx UI, please visit http://<your_server_ip>:<listen_port> in your browser to complete the follow-up configurations
  • Prerequisites — The Prerequisites tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

  • Make - Golang 1.23+ - node.js 21+

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Nginx UI's toolset — Demo, Features, Internationalization and 3 more — is a fair guide to whether it matches your workflow. It is maintained by 0xJacky; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the nginx ui mcp server does with a few real requests.

Available tools

ToolWhat it does
DemoThe Demo tool exposed by this server.
FeaturesThe Features tool exposed by this server.
InternationalizationAs non-native English speakers, we strive for accuracy, but we know there's always room for improvement. If you spot any issues, we'd love your feedback!
InstallationThe Installation tool exposed by this server.
UsageIn the first runtime of Nginx UI, please visit http://<your_server_ip>:<listen_port> in your browser to complete the follow-up configurations.
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Nginx UI MCP server

{
  "mcpServers": {
    "nginx-ui": {
      "command": "npx",
      "args": ["-y", "browserslist"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Make - Golang 1.23+ - node.js 21+

Example prompts to try

  • Use Nginx UI to Demo.
  • Use Nginx UI to Features.
  • Use Nginx UI to Internationalization.

Frequently asked questions

MCP (Model Context Protocol) provides dedicated API endpoints for AI agents to interact with Nginx UI, enabling automated configuration management and service control.