speech-to-speech

GitHub

Build local voice agents with open-source models

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "speech-to-speech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-speech-to-speech"
      ]
    }
  }
}