# cjpais/Handy | Model Context Protocol (MCP) Server > A free, open source, and extensible speech-to-text application that works completely offline. - **Stars**: ⭐ 29,377 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Handy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Handy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Handy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Handy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Handy` - **Docker**: `docker run -i --rm mcp/Handy`