Edge-TTS MCP ServerServer

yuiseki
GitHub
text-to-speechspeech processingAI agents

Loading subscription status...

💡 Description

A Model Context Protocol server that provides voice synthesis services for AI agents leveraging Microsoft's Edge text-to-speech capabilities. It offers multiple voice and language support, allowing for natural-sounding responses.

📝 JSON Entries

{
  "mcpServers": [
    {
      "edge-tts": {
        "args": [
          "--directory",
          "C:\\Users\\__username__\\src\\edge_tts_mcp_server\\src\\edge_tts_mcp_server",
          "run",
          "server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

FastAPIuvicorn

Features

  • Text to speech conversion
  • Multiple voice and language support
  • Adjustable audio speed and tone
  • Audio data streaming