Server data from the Official MCP Registry
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
Remote endpoints: streamable-http: https://api.brainiall.com/mcp/tts/mcp
Valid MCP server (0 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-brainiall-tts": {
"url": "https://api.brainiall.com/mcp/tts/mcp"
}
}
}From the project's GitHub README.
Hosted text-to-speech for AI agents via the Model Context Protocol.
54 neural voices, 9 languages — including native Brazilian Portuguese (pf_dora, pm_alex, pm_santa) — served from a hosted, pay-per-use API. No GPU, no model downloads, no ElevenLabs subscription: bring one API key and pay $0.008 per 1,000 characters ($10 free credits on signup).
Every other TTS MCP server either runs models locally (heavy, slow to set up) or wraps a third-party key you already pay a subscription for. This one is a hosted, metered API:
Get an API key at app.brainiall.com ($10 welcome credits, no card required).
Claude Code
claude mcp add --transport http brainiall-tts https://api.brainiall.com/mcp/tts/mcp \
--header "Authorization: Bearer YOUR_BRAINIALL_API_KEY"
Claude Desktop / any client with .mcp.json-style config
{
"mcpServers": {
"brainiall-tts": {
"type": "http",
"url": "https://api.brainiall.com/mcp/tts/mcp",
"headers": {
"Authorization": "Bearer YOUR_BRAINIALL_API_KEY"
}
}
}
}
Cursor (~/.cursor/mcp.json)
{
"mcpServers": {
"brainiall-tts": {
"url": "https://api.brainiall.com/mcp/tts/mcp",
"headers": {
"Authorization": "Bearer YOUR_BRAINIALL_API_KEY"
}
}
}
}
The server itself is a thin wrapper — you can self-host it and it will proxy to api.brainiall.com with your key:
docker build -t brainiall-tts-mcp .
docker run -p 8080:8080 -e APIM_KEY=YOUR_BRAINIALL_API_KEY brainiall-tts-mcp
# MCP endpoint: http://localhost:8080/mcp
| Tool | Description | Cost |
|---|---|---|
synthesize_speech | Convert text (≤5000 chars) to WAV speech. Params: text, language (default pt), voice, speed (0.5–2.0), output_format (audio | base64_json) | $0.008/1K chars |
list_voices | Full voice catalog with language, gender, accent, quality grade. Optional language filter | free |
check_tts_service | Backend health status | free |
| Language | Voices |
|---|---|
| Portuguese (BR) | pf_dora, pm_alex, pm_santa |
| English (US) | af_heart, af_bella, af_nova, am_adam, am_michael + 14 more |
| English (GB) | bf_alice, bf_emma, bm_daniel, bm_george + 4 more |
| Spanish | ef_dora, em_alex, em_santa |
| French | ff_siwis, fm_gilles |
| Italian | if_sara, im_nicola |
| Hindi | hf_alpha, hf_beta, hm_omega, hm_psi |
| Japanese | jf_alpha, jf_gongitsune, jm_kumo + 2 more |
| Mandarin | zf_xiaoxiao, zm_yunxi + 6 more |
Ask your agent:
"Read this paragraph out loud in Brazilian Portuguese with a female voice"
The agent calls synthesize_speech(text=..., language="pt", voice="pf_dora") and receives playable WAV audio.
Pass your Brainiall API key as a Bearer token (see configs above). Usage is metered per character against your account balance — the same key works across all Brainiall APIs (STT, OCR, NLP, image and more at brainiall.com).
https://api.brainiall.com/mcp/tts/mcphttps://api.brainiall.com/mcp/tts/healthPOST https://api.brainiall.com/v1/tts/synthesizeMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.