Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎧 Text-to-Speech
  3. Tts
Tts logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:19:25 PM

Tts

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "tts": {
      "command": "npx",
      "args": [
        "-y",
        "https://modelcontextprotocol.io"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (3) Directory Badge Claim listing Alternatives🎧 More in Text-to-Speech

Capabilities & Tool Schemas (3) ~74 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Tts.

synthesize_speech

Convert text (≀5000 chars) to WAV speech. Params: `text`, `language` (default `pt`), `voice`, `speed` (0.5–2.0), `output_format` (`audio` \

list_voices

Full voice catalog with language, gender, accent, quality grade. Optional `language` filter

check_tts_service

Backend health status

Documentation Overview

Brainiall TTS MCP Server

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).

Why this server

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:

  • Zero setup β€” remote server, nothing to install
  • Pay per use β€” $0.008/1K characters, billed against your Brainiall balance
  • $10 free credits β€” sign up at app.brainiall.com
  • WAV out β€” 16-bit PCM, 24 kHz mono, returned as playable MCP audio content or base64 JSON

Quick start

Get an API key at app.brainiall.com ($10 welcome credits, no card required).

VS Code / GitHub Copilot

Install Brainiall TTS in VS Code

The button installs the remote server in discovery mode, so VS Code can list its tools without a secret. Synthesis still fails closed until you add your Brainiall API key. For a secure workspace configuration that prompts once and stores the key in VS Code's secret storage, copy .vscode/mcp.json into your project or clone this repository, then start brainiallTts from MCP: List Servers.

config.json
{
  "inputs": [
    {
      "type": "promptString",
      "id": "brainiall-api-key",
      "description": "Brainiall API key",
      "password": true
    }
  ],
  "servers": {
    "brainiallTts": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/tts/mcp",
      "headers": {
        "Authorization": "Bearer ${input:brainiall-api-key}"
      }
    }
  }
}

After the server starts, try:

Use Brainiall TTS to list the Brazilian Portuguese voices, then read β€œOlΓ‘ do VS Code” with pf_dora.

The install URL format and secret-input configuration follow the official VS Code MCP guide and configuration reference.

GitHub Copilot cloud agent

Use the restricted remote-server configuration for Copilot cloud agent or Copilot code review. It allowlists the three Brainiall tools and resolves the Bearer token from the repository's COPILOT_MCP_BRAINIALL_API_KEY Agents secret; no API key is committed.

Continue (VS Code / JetBrains)

Copy the ready-to-use Continue MCP block to .continue/mcpServers/brainiall-tts.yaml, then put BRAINIALL_API_KEY=your-key in .continue/.env. Keep that .env file out of version control.

The block uses Continue's supported streamable-http transport and resolves the key through ${{ secrets.BRAINIALL_API_KEY }}; no credential is committed. See the Continue setup and smoke test.

Dify builders

For a Dify speech workflow, use the open-source BRAINIALL Speech provider and keep the API key in Dify's credential store. The bounded Dify intent route explains the caller-owned boundary; it is not a Dify partnership or a guarantee of production behavior.

Remote server (recommended β€” nothing to install)

Codex CLI / IDE / ChatGPT desktop app

Use the project-scoped Codex configuration. It reads BRAINIALL_API_KEY from the environment, allowlists the three Brainiall tools, and prompts before every call.

Claude Code

Use the environment-backed Claude Code configuration. It keeps the key out of .mcp.json, scopes the server to the current project, and documents the external-data and metered-usage boundary.

Claude Desktop / any client with .mcp.json-style config

config.json
{
  "mcpServers": {
    "brainiall-tts": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/tts/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BRAINIALL_API_KEY"
      }
    }
  }
}

Cursor (~/.cursor/mcp.json)

config.json
{
  "mcpServers": {
    "brainiall-tts": {
      "url": "https://api.brainiall.com/mcp/tts/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BRAINIALL_API_KEY"
      }
    }
  }
}

LM Studio

Use the official one-click deeplink and the explicit local-model privacy boundary in the LM Studio setup guide.

OpenCode v2

Use the remote-server schema and environment-backed Bearer header in the OpenCode v2 setup guide.

Msty Studio

Use the manual Msty Studio field guide for a Streamable HTTP connection. The reference file is not presented as an official integration or import preset.

Hugging Face Chat UI (self-hosted)

Use the administrator MCP_SERVERS example and a tool-capable model. The guide documents the shared-key boundary for base servers.

Clients that require /v1/audio/speech

Use the zero-dependency partial OpenAI-shaped TTS adapter when a client can configure an OpenAI-style speech route but cannot call Brainiall's native endpoint. The adapter returns WAV only, declares the sample rate observed in the WAV header, never retries a metered request, and documents the exact compatibility limits. It is a local reference adapter, not a claim that the hosted Brainiall API is natively OpenAI-compatible.

Run locally (stdio-free, still calls the hosted API)

The server itself is a thin wrapper β€” you can self-host it and it will proxy to api.brainiall.com with your key:

Terminal
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

Tools

ToolDescriptionCost
synthesize_speechConvert 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_voicesFull voice catalog with language, gender, accent, quality grade. Optional language filterfree
check_tts_serviceBackend health statusfree

Voices

LanguageVoices
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
Spanishef_dora, em_alex, em_santa
Frenchff_siwis, fm_gilles
Italianif_sara, im_nicola
Hindihf_alpha, hf_beta, hm_omega, hm_psi
Japanesejf_alpha, jf_gongitsune, jm_kumo + 2 more
Mandarinzf_xiaoxiao, zm_yunxi + 6 more

Example

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.

For copy-ready prompts and smoke tests for narration, accessibility, language practice, and agent alerts, see Agent workflow recipes.

For REST client testing and automation, import the Postman collection. It contains health, voice-list and two-character synthesis smoke tests and keeps the API key in a collection variable rather than the request URL.

For no-code automation, import the n8n text-to-WAV workflow. It uses n8n's Header Auth credential instead of embedding a key in the workflow, sends editable text, voice and speed fields to the hosted API, and returns the WAV in the binary property speech. The template is statically validated; select your credential and run it in your own n8n instance to validate the live integration.

For code generation, API clients, and directory discovery, use the machine-readable OpenAPI 3.1 specification. The specification documents the authenticated voice catalog and WAV synthesis endpoints without embedding an API key.

Authentication & billing

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).

Endpoints

  • MCP (Streamable HTTP): https://api.brainiall.com/mcp/tts/mcp
  • Health: https://api.brainiall.com/mcp/tts/health
  • Underlying REST API: POST https://api.brainiall.com/v1/tts/synthesize

License

MIT

Related MCP Servers

View all in Text-to-Speech View all alternatives
  • Brainiall Mcp Server logoBrainiall Mcp Server

    AI-powered speech tools: pronunciation assessment with phoneme-level feedback, speech-to-text with language detection, and text-to-speech with multiple voices.

    🎧 Text-to-Speech3 views
    Compare vs Brainiall Mcp Server β†’
  • Voice Mcp logoVoice Mcp

    Complete voice interaction server supporting speech-to-text, text-to-speech, and real-time voice conversations through local microphone, OpenAI-compatible APIs, and LiveKit integration

    🎧 Text-to-Speech2 views
    Compare vs Voice Mcp β†’
  • Voice Mcp logoVoice Mcp

    Give Your Agent A Voice: x402 pay-per-call speech on Base with 20 voices, 10 personas, 31 languages, granular speed/quality controls, OpenAI-shaped requests, voice samples, and batch audio.

    🎧 Text-to-Speech3 views
    Compare vs Voice Mcp β†’
  • Daisys Mcp logoDaisys Mcp

    Generate high-quality text-to-speech and text-to-voice outputs using the DAISYS platform and make it able to play and store audio generated.

    🎧 Text-to-Speech1 views
    Compare vs Daisys Mcp β†’

Frequently Asked Questions about Tts

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "tts": { "command": "npx", "args": ["-y", "tts"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTts AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tts?style=directory)](https://allmcps.com/mcp/tts)
HTML Embed
<a href="https://allmcps.com/mcp/tts"><img src="https://allmcps.com/api/badge/tts?style=directory" alt="Tts on AllMCPs" /></a>

Technical Specs & Signals

Category🎧Text-to-Speech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
5/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
npm downloads97/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎧 Text-to-Speech β†’Alternatives to Tts β†’Install in Claude DesktopInstall in CursorInstall in VS Code