remnawave-mcp-server
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., "@remnawave-mcp-serverlist all users"
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.
remnawave-mcp-server
MCP server for Remnawave panel API. Manage VPN users, nodes, hosts, and system stats from Claude Code or any MCP-compatible client.
Tools
Users
Tool | Description |
| List users with pagination |
| Get user by UUID, username, telegram ID, or email |
| Create new user |
| Update user properties |
| Permanently delete user |
| Enable disabled user |
| Disable user (suspend VPN) |
| Revoke subscription, regenerate credentials |
| Reset traffic counter to zero |
Nodes
Tool | Description |
| List all XRay nodes |
| Get node details by UUID |
| Enable node |
| Disable node |
| Restart single node |
| Restart all nodes |
Note:
remnawave_restart_node(single node) is broken upstream - the panel reports the event as sent, but the node-side processor hardcodesforceRestart=false, so XRay is not actually restarted when the config hash matches. Preferremnawave_disable_node+remnawave_enable_node, orremnawave_restart_all_nodes(which sendsforceRestart=true).
Hosts
Tool | Description |
| List all subscription hosts |
| Get host details by UUID |
Squads
Tool | Description |
| List inbound groups |
| List tariff plans |
Subscriptions
Tool | Description |
| View global subscription settings |
| List XRay config profiles |
System
Tool | Description |
| User counts, traffic, server resources |
| Process health (CPU, memory) |
| Bandwidth over time range |
| Real-time node metrics |
Related MCP server: uptime-kuma-mcp-server
Configuration
Claude Code (.mcp.json)
{
"mcpServers": {
"remnawave-mcp": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ssasuoirafen/remnawave-mcp-server", "remnawave-mcp"],
"env": {
"REMNAWAVE_API_URL": "https://panel.example.com",
"REMNAWAVE_API_USERNAME": "your-username",
"REMNAWAVE_API_PASSWORD": "your-password"
}
}
}
}Variable | Description |
| Panel root URL, no |
| Admin username |
| Admin password |
Note: the panel client connects with TLS verification disabled (
verify=False) by design, so it works with internal panels that use self-signed certificates. Make sure you trust the network path to your panel.
Development
git clone https://github.com/ssasuoirafen/remnawave-mcp-server.git
cd remnawave-mcp-server
uv syncLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssasuoirafen/remnawave-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server