# ReVanced/revanced-manager | Model Context Protocol (MCP) Server > 💊 Application to use ReVanced on Android - **Stars**: ⭐ 28,793 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "revanced-manager": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-revanced-manager" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "revanced-manager": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-revanced-manager" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-revanced-manager` - **Docker**: `docker run -i --rm mcp/revanced-manager`