tts-mcp-server

ayyandurai111/tts-mcp-server
★ 0 stars Python API Integration Updated 9d ago
VoiceOver MCP Server — Converts text to speech and returns an MP3 file. Works as an MCP tool for AI assistants or a plain REST API for anyone else.
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": {
    "tts-mcp-server": {
      "command": "uvx",
      "args": [
        "tts-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install tts-mcp-server