Back to MCP Servers
Voice
Complete voice interaction server supporting speech-to-text, text-to-speech, and real-time voice conversations through local microphone, OpenAI-compatible APIs, and LiveKit integration
text-to-speechapiai
By mbailey
Installation
npx -y voice-mcpConfiguration
{
"mcpServers": {
"voice-mcp": {
"command": "npx",
"args": ["-y", "voice-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes