voize

zenon-red/voize
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Agent-agnostic MCP server for TTS generation and storage-backed public audio URLs.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "voize": {
      "command": "npx",
      "args": [
        "-y",
        "zenon-red/voize"
      ]
    }
  }
}

README Excerpt

<div align="center"> <img width="128px" alt="voize logo" src="./.github/voize.png"> <p align="center"> MCP server for speech generation and media URL publishing.<br/> Generates audio from text and returns a public HTTPS URL for downstream workflows.<br/> Built by Aliens. </p> </div> Voize separates speech generation + media hosting from downstream writes. Any MCP client can call one tool to generate and upload audio. The tool returns a strict JSON payload with a public URL. Callers can submit th