voize
Installation
SKILL.md
Voize
Overview
Voize is a local MCP server that provides one tool, generate_tts_url.
It synthesizes speech using the current backend, uploads bytes to the current storage backend, and returns a public URL.
Current concrete support is Xiaomi MiMo (TTS) + Cloudflare R2 (storage), while keeping extension seams for future backends.
Tech Stack
- Language: TypeScript
- Runtime: Bun 1.0+
- Key dependencies:
@modelcontextprotocol/sdk,@aws-sdk/client-s3,zod
Architecture
The server is stdio MCP with one tool handler.