v2rayNG (MCP Server)

GitHub

A V2Ray client for Android, support Xray core and v2fly core

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "v2rayNG": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-v2rayNG"
      ]
    }
  }
}