video-rander-mcp-server

ayyandurai111/video-rander-mcp-server
★ 0 stars Python API Integration Updated 5d 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": {
    "video-rander-mcp-ser": {
      "command": "uvx",
      "args": [
        "video-rander-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install video-rander-mcp-server