Skip to content
Claude Desktop

local voice mcp for Claude Desktop

io.github.codecraftersllc/local-voice-mcp

Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS

client:Claude Desktop transport:stdio runtime:npm

Install local voice mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "local-voice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codecraftersllc/local-voice-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

local voice mcp in other clients