brainiall-tts-mcp
Rank #17,601com.brainiall/tts
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
brainiall-tts-mcp is a Model Context Protocol (MCP) server published by fasuizu-br. It ranks #17,601 of 115,460 servers tracked on MCP Toplist. brainiall-tts-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 10, 2026 and most recently updated on Jul 10, 2026.
Ranks ahead of 97,859 of 115,460 servers on MCP Toplist.
Use brainiall-tts-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http tts https://api.brainiall.com/mcp/tts/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tts]
url = "https://api.brainiall.com/mcp/tts/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.brainiall.com/mcp/tts/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tts": {
"url": "https://api.brainiall.com/mcp/tts/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tts": {
"type": "http",
"url": "https://api.brainiall.com/mcp/tts/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tts": {
"serverUrl": "https://api.brainiall.com/mcp/tts/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tts": {
"url": "https://api.brainiall.com/mcp/tts/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.brainiall%2Ftts)<a href="https://mcptoplist.com/server/com.brainiall%2Ftts"><img src="https://mcptoplist.com/badge/com.brainiall%2Ftts.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fasuizu-br
Other servers by fasuizu-br
View all fasuizu-br servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 10, 2026 |
Frequently asked questions
- Who maintains brainiall-tts-mcp?
- brainiall-tts-mcp is maintained by fasuizu-br, which publishes 7 MCP servers (19 total versions) tracked on MCP Toplist.
- Is brainiall-tts-mcp listed on the Official MCP Registry?
- Yes — brainiall-tts-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does brainiall-tts-mcp have?
- MCP Toplist tracks 1 version of brainiall-tts-mcp, most recently published on Jul 10, 2026.
- Where can I find the source code for brainiall-tts-mcp?
- The source code for brainiall-tts-mcp is hosted at github.com/fasuizu-br/brainiall-tts-mcp.