Voice
Freeby MCP Community
An MCP server to allow LLMs to speak and listen via bidirectional voice loops
v0.3.1Added Apr 12, 2026
mcpvoicellmaudiotts
Voice MCP Server
An MCP server to allow LLMs to speak and listen via bidirectional voice loops
Installation
Reviews
Installation
Quick install
npx -y voice-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"voice": {
"command": "npx",
"args": ["-y", "voice-mcp-server"]
}
}
}