# nikolaeu/numi | Model Context Protocol (MCP) Server > Beautiful calculator app for macOS, Linux & Windows - **Stars**: ⭐ 6,418 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "numi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-numi" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "numi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-numi" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-numi` - **Docker**: `docker run -i --rm mcp/numi`