# Dr-TSNG/ZygiskNext | Model Context Protocol (MCP) Server > Standalone implementation of Zygisk - **Stars**: ⭐ 9,418 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ZygiskNext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ZygiskNext" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ZygiskNext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ZygiskNext" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ZygiskNext` - **Docker**: `docker run -i --rm mcp/ZygiskNext`