Provides capabilities to list existing SSL certificates and request new Let's Encrypt certificates for configured domain names.
Allows for full management of Nginx Proxy Manager instances, including listing, creating, updating, and deleting proxy hosts and access lists.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nginx Proxy Manager MCPCreate a proxy host for dev.local pointing to 192.168.1.50:3000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
npm-mcp
MCP server for managing Nginx Proxy Manager (NPM) instances via Claude/AI assistants. 50 tools covering the full NPM API.
Version tracks NPM releases — v2.14.0 targets Nginx Proxy Manager v2.14.0.
Installation
# Install via uvx (recommended)
uvx nginx-proxy-manager-mcp
# Or install from source
uv sync
uv run nginx-proxy-manager-mcpConfiguration
Add to your Claude Desktop config (~/.config/claude/config.json):
{
"mcpServers": {
"nginx-proxy-manager": {
"command": "uvx",
"args": ["nginx-proxy-manager-mcp"],
"env": {
"NPM_URL": "http://your-npm-instance:81",
"NPM_EMAIL": "admin@example.com",
"NPM_PASSWORD": "your-password"
}
}
}
}Available Tools (50)
Proxy Hosts (7 tools)
Tool | Description | Required Params |
| List all proxy hosts | — |
| Get proxy host by ID |
|
| Create a new proxy host |
|
| Update a proxy host |
|
| Delete a proxy host |
|
| Enable a proxy host |
|
| Disable a proxy host |
|
Optional create/update params: forward_scheme, certificate_id, ssl_forced, block_exploits, advanced_config
Redirection Hosts (7 tools)
Tool | Description | Required Params |
| List all redirection hosts | — |
| Get redirection host by ID |
|
| Create HTTP redirect |
|
| Update a redirection host |
|
| Delete a redirection host |
|
| Enable a redirection host |
|
| Disable a redirection host |
|
Optional create/update params: forward_scheme (auto/http/https), preserve_path, certificate_id, ssl_forced, block_exploits, advanced_config
Streams (7 tools)
Tool | Description | Required Params |
| List all TCP/UDP streams | — |
| Get stream by ID |
|
| Create a TCP/UDP stream proxy |
|
| Update a stream |
|
| Delete a stream |
|
| Enable a stream |
|
| Disable a stream |
|
Optional create/update params: tcp_forwarding, udp_forwarding, certificate_id
Dead Hosts / 404 Hosts (7 tools)
Tool | Description | Required Params |
| List all 404 dead hosts | — |
| Get dead host by ID |
|
| Create a 404 dead host |
|
| Update a dead host |
|
| Delete a dead host |
|
| Enable a dead host |
|
| Disable a dead host |
|
Optional create/update params: certificate_id, ssl_forced, hsts_enabled, hsts_subdomains, http2_support, advanced_config
SSL Certificates (7 tools)
Tool | Description | Required Params |
| List all SSL certificates | — |
| Get certificate by ID |
|
| Request a Let's Encrypt cert |
|
| Delete a certificate |
|
| Renew a Let's Encrypt cert |
|
| List supported DNS providers | — |
| Test HTTP-01 ACME reachability |
|
Access Lists (5 tools)
Tool | Description | Required Params |
| List all access lists | — |
| Get access list by ID |
|
| Create an access list |
|
| Update an access list |
|
| Delete an access list |
|
Optional create/update params: satisfy_any, pass_auth
Users (5 tools)
Tool | Description | Required Params |
| List all NPM users | — |
| Get user by ID |
|
| Create a new user |
|
| Update a user |
|
| Delete a user |
|
Optional create/update params: nickname, roles, is_disabled
Settings (3 tools)
Tool | Description | Required Params |
| List all NPM settings | — |
| Get a setting by ID |
|
| Update a setting |
|
Optional update params: value, meta
Audit Log (1 tool)
Tool | Description | Required Params |
| List recent audit log entries | — |
Reports (1 tool)
Tool | Description | Required Params |
| Get host count report | — |
Usage Examples
Once configured, use natural language:
"List all my proxy hosts"
"Create a proxy host for example.com pointing to 192.168.1.100:8080"
"Set up a 301 redirect from old.example.com to new.example.com"
"Create a TCP stream forwarding port 3306 to my database server"
"Request a Let's Encrypt certificate for api.example.com"
"Enable the proxy host with ID 5"
"Show me the audit log"
Development
uv sync --dev
uv run pytestRequirements
Python 3.10+
Nginx Proxy Manager instance
Valid NPM credentials
License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.