voice-mcp

garan0613/voice-mcp
★ 31 stars TypeScript AI/LLM Updated today
An MCP (Model Context Protocol) server for AI voice synthesis with an inline audio player. Give your AI assistant a custom cloned voice!
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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