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

Installation

npx -y voice-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub