Brainiall TTS MCP

Community
Python

Hosted Streamable HTTP text-to-speech MCP with 54 voices across 9 languages, including Brazilian Portuguese, returning 24 kHz mono WAV through three documented tools.

About Brainiall TTS MCP MCP Server

Hosted Streamable HTTP text-to-speech MCP with 54 voices across 9 languages, including Brazilian Portuguese, returning 24 kHz mono WAV through three documented tools.

Features

Tools

Transport

streamable-http
Getting Started

1. Create a Brainiall API key at https://app.brainiall.com. 2. Add an HTTP MCP server pointing to https://api.brainiall.com/mcp/tts/mcp. 3. Send the key as Authorization: Bearer YOUR_BRAINIALL_API_KEY. 4. Call list_voices, then synthesize_speech.

Tools (3)
Functions this server exposes to AI clients

synthesize_speech

Convert text to 24 kHz mono WAV speech using a selected language, voice, speed, and output format.

list_voices

List the configured neural voices and optionally filter the catalog by language.

check_tts_service

Check the health status of the hosted text-to-speech backend.

Example
{"mcpServers":{"brainiall-tts":{"type":"http","url":"https://api.brainiall.com/mcp/tts/mcp","headers":{"Authorization":"Bearer YOUR_BRAINIALL_API_KEY"}}}}
Compatible With
Claude Desktop
Cursor