io.github.Gandr-AI/gandr-mcp
Text to speech for MCP clients. 23 languages, six voices, every render watermarked.
Open source Open in the app JSON README (API)
About
Text to speech for MCP clients. 23 languages, six voices, every render watermarked.
Details
- Kind
- MCP servers
- Topic
- AI, RAG & memory
- Publisher
- gandr-ai
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.8
- Last push
- 2026-08-29T08:21:41Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-29 03:01:55
- Updated
- 2026-08-29 03:01:55
- Origin id
io.github.Gandr-AI/gandr-mcp
README
# gandr-mcp
The official **Gandr MCP server**, text to speech inside any MCP-compatible agent (Claude Desktop, Cursor, and friends).
[](https://smithery.ai/servers/gandr/gandr-mcp)
## Tools
| Tool | What it does |
|---|---|
| `synthesize` | Render text to speech (WAV, base64). Voice, language, sample rate 8000-48000, pitch and pacing dials. |
| `list_voices` | The six available voices. |
| `list_languages` | The 23 supported languages and their codes. |
| `get_usage` | Tokens used by the configured key. One token is one character. |
## Install
```bash
pip install gandr-mcp
```
Claude Desktop (add to `claude_desktop_config.json`):
```json
{
"mcpServers": {
"gandr": {
"command": "gandr-mcp",
"env": {
"GANDR_API_KEY": "gnd_..."
}
}
}
}
```
Get a key at [gandr.ai](https://gandr.ai). Docs: [gandr.ai/docs](https://gandr.ai/docs).
---
mcp-name: io.github.Gandr-AI/gandr-mcp