# d4rken-org/sdmaid-se | Model Context Protocol (MCP) Server > SD Maid 2/SE is Android's most thorough cleaning tool. - **Stars**: ⭐ 7,120 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "sdmaid-se": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sdmaid-se" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "sdmaid-se": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sdmaid-se" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-sdmaid-se` - **Docker**: `docker run -i --rm mcp/sdmaid-se`