Provide LLM clients with tools to fully manage Remnawave VPN panels using MCP Server for user, node, and system control.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-remnawave": {
"command": "npx",
"args": [
"-y",
"moksharth77/mcp-remnawave"
]
}
}
}
Run in terminal:
claude mcp add mcp-remnawave npx -y moksharth77/mcp-remnawave
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-remnawave": {
"command": "npx",
"args": [
"-y",
"moksharth77/mcp-remnawave"
]
}
}
}