# debpalash/OmniVoice-Studio | Model Context Protocol (MCP) Server > The Open-Source Elevenlabs alternative AI Voice Clone, Dub, Dictate, Transcribe, Audiobook creator and Voice workflow studio. - **Stars**: ⭐ 9,788 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OmniVoice-Studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OmniVoice-Studio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OmniVoice-Studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OmniVoice-Studio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OmniVoice-Studio` - **Docker**: `docker run -i --rm mcp/OmniVoice-Studio`