Nginx Proxy Manager runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi.
MCP server for Nginx Proxy Manager with full API coverage (43 tools)
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.
claude mcp add nginx-proxy-manager -- uvx nginx-proxy-manager-mcp-full
{
"mcpServers": {
"nginx-proxy-manager": {
"args": [
"nginx-proxy-manager-mcp-full"
],
"command": "uvx"
}
}
}
[mcp_servers.nginx-proxy-manager]
command = "uvx"
args = ["nginx-proxy-manager-mcp-full"]
{
"mcpServers": {
"nginx-proxy-manager": {
"args": [
"nginx-proxy-manager-mcp-full"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"nginx-proxy-manager": {
"args": [
"nginx-proxy-manager-mcp-full"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.