Gandr TTS
Officialgandr-mcp
The official Gandr MCP server, text to speech inside any MCP-compatible agent (Claude Desktop, Cursor, and friends).
Tools
Tool | What it does |
| Render text to speech (WAV, base64). Voice, language, sample rate 8000-48000, pitch and pacing dials. |
| The six available voices. |
| The 23 supported languages and their codes. |
| Characters used by the configured key. |
Related MCP server: MCP Voice Soundboard
Install
pip install gandr-mcpClaude Desktop (add to claude_desktop_config.json):
{
"mcpServers": {
"gandr": {
"command": "gandr-mcp",
"env": {
"GANDR_API_KEY": "gnd_..."
}
}
}
}Get a key at gandr.ai. Docs: gandr.ai/docs.
mcp-name: io.github.Gandr-AI/gandr-mcp
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that converts text into lifelike speech using Microsoft Edge's Text-to-Speech service, supporting customizable voice, rate, volume, and pitch.4MIT
- Alicense-qualityCmaintenanceA text-to-speech MCP server with 48 voices across 9 languages, supporting emotion spans, SFX tags, and multi-speaker dialogue. Deployable via a single npx command with built-in guardrails and swappable backends.MIT
- AlicenseAqualityAmaintenanceText-to-speech MCP server that enables AI assistants to read text aloud on the user's computer using Windows SAPI, with no API key or cloud service required.11MIT
- FlicenseAqualityDmaintenanceMCP server for text-to-speech synthesis using Azure Speech Services, supporting 6 languages with high-quality neural voices and smart voice selection.1
Related MCP Connectors
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gandr-AI/gandr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server