# haifengl/smile | Model Context Protocol (MCP) Server > Statistical Machine Intelligence & Learning Engine - **Stars**: ⭐ 6,405 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "smile": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-smile" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "smile": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-smile" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-smile` - **Docker**: `docker run -i --rm mcp/smile`