Build local voice agents with open-source models
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"speech-to-speech": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-speech-to-speech"
]
}
}
}