# tw93/Mole | Model Context Protocol (MCP) Server > 🐹 Clean, uninstall, analyze, optimize, and monitor your Mac from the terminal. - **Stars**: ⭐ 63,153 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Mole": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mole" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Mole": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mole" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Mole` - **Docker**: `docker run -i --rm mcp/Mole`