# OpenWhispr/openwhispr | Model Context Protocol (MCP) Server > Voice-to-text dictation app with local (Nvidia Parakeet/Whisper) and cloud models (BYOK). Privacy-first and available cross-platform. - **Stars**: ⭐ 5,245 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "openwhispr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openwhispr" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "openwhispr": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openwhispr" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-openwhispr` - **Docker**: `docker run -i --rm mcp/openwhispr`