# NanmiCoder/cc-haha | Model Context Protocol (MCP) Server > Local-first cross-platform desktop workspace for Claude Code / agents: multi-agent, Git worktrees, code diffs, skill marketplace, multi-model, Computer Use, task-aware desktop pets, with WeChat, Feishu, DingTalk, Telegram, WhatsApp and H5 access. - **Stars**: ⭐ 13,897 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cc-haha": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-haha" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cc-haha": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-haha" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cc-haha` - **Docker**: `docker run -i --rm mcp/cc-haha`