# firerpa/lamda | Model Context Protocol (MCP) Server > Android Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments. - **Stars**: ⭐ 7,860 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lamda": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lamda" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lamda": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lamda" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lamda` - **Docker**: `docker run -i --rm mcp/lamda`