mbailey/voice-mcp
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
Quick Start
Clone the repository:
git clone https://github.com/mbailey/voice-mcpClaude Desktop configuration example:
{
"mcpServers": {
"voice-mcp": {
"command": "npx",
"args": [
"-y",
"mbailey/voice-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.