pypi gandr-mcpstdioMITupdated 10d ago
The official Gandr MCP server, text to speech inside any MCP-compatible agent (Claude Desktop, Cursor, and friends).
O que dá para fazer com gandr mcp?
gandr-mcp
The official Gandr MCP server, text to speech inside any MCP-compatible agent (Claude Desktop, Cursor, and friends).
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
pip install gandr-mcp
Claude 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
Instalação
Adicione gandr mcp ao seu cliente. Escolha o que você usa.
claude mcp add gandr-mcp -- uvx gandr-mcpcodex mcp add gandr-mcp -- uvx gandr-mcpamp mcp add gandr-mcp -- uvx gandr-mcp{
"mcpServers": {
"gandr-mcp": {
"command": "uvx",
"args": [
"gandr-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gandr-mcp": {
"command": "uvx",
"args": [
"gandr-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"gandr-mcp","command":"uvx","args":["gandr-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"gandr-mcp": {
"command": "uvx",
"args": [
"gandr-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"gandr-mcp": {
"command": "uvx",
"args": [
"gandr-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"gandr-mcp": {
"command": "uvx",
"args": [
"gandr-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"gandr-mcp": {
"type": "local",
"command": "uvx",
"args": [
"gandr-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"gandr-mcp": {
"command": {
"path": "uvx",
"args": [
"gandr-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx gandr-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 ferramentas
gandr mcp expõe 3 ferramentas a um agente conectado.
- 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.
Pontuação
76 / 100
Boa
- Documentação19/25
- Manutenção25/25
- Confiança16/20
- Capacidade4/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.8Mais recente | 12 de ago. de 2026 |
| 0.1.7 | 11 de ago. de 2026 |
| 0.1.6 | 11 de ago. de 2026 |
| 0.1.5 | 10 de ago. de 2026 |
| 0.1.4 | 10 de ago. de 2026 |
| 0.1.3 | 10 de ago. de 2026 |
| 0.1.2 | 9 de ago. de 2026 |