Skip to main content
Text-to-SpeechPython

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

text-to-speechlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mbailey/voice-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "voice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mbailey/voice-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Text-to-Speech
Language
Python
Author
mbailey