# gandr-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Gandr-AI/gandr-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/gandr-mcp

## Description
Text to speech in any MCP client. Six voices, watermarked, free key of 100,000 chars.

## Tools
Capabilities this server exposes over MCP:

- **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** — Characters used by the configured key.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "gandr-mcp": {
    "command": "uvx",
    "args": ["gandr-mcp"]
  }
}
```

## Documentation & README

# 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

```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

