# slopus/happy | Model Context Protocol (MCP) Server > Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured - **Stars**: ⭐ 23,294 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "happy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-happy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "happy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-happy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-happy` - **Docker**: `docker run -i --rm mcp/happy`