Servers
V
Voice Mode
@mbailey
Voice Mode brings natural voice conversations to AI assistants like Claude through the Model Context Protocol (MCP).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"voice-mode": {
"type": "stdio",
"command": "uvx",
"args": [
"--refresh",
"."
],
"env": {
"OPENAI_API_KEY": "XXXXXX"
}
}
}
}