edge-tts-mcp

workblock100/edge-tts-mcp
★ 0 stars HTML 🤖 AI/LLM Updated today
A self-hosted MCP server that gives Claude free, high-quality neural text-to-speech, with audio that plays inline in the chat.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "edge-tts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "workblock100/edge-tts-mcp"
      ]
    }
  }
}