# nanocoai/nanoclaw | Model Context Protocol (MCP) Server > A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK - **Stars**: ⭐ 30,499 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nanoclaw": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nanoclaw" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nanoclaw": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nanoclaw" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nanoclaw` - **Docker**: `docker run -i --rm mcp/nanoclaw`