Metadata-Version: 2.4
Name: gandr-mcp
Version: 0.1.1
Summary: The official Gandr MCP server, text to speech inside any MCP-compatible agent
Author-email: Gandr <team@gandr.ai>
License: MIT
Project-URL: Homepage, https://gandr.ai
Project-URL: Repository, https://github.com/Gandr-AI/gandr-mcp
Keywords: mcp,tts,text-to-speech,voice-ai,agents
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp<2,>=1.2
Dynamic: license-file

# 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). Voices, sample rate 8000-48000, pitch and pacing dials |
| `list_voices` | The six stock voices |
| `get_usage` | Characters used by the configured key |

## Run

```bash
pip install mcp
GANDR_API_KEY=gnd_... python server.py
```

Claude Desktop:

```json
{
  "mcpServers": {
    "gandr": {
      "command": "python",
      "args": ["/path/to/server.py"],
      "env": { "GANDR_API_KEY": "gnd_..." }
    }
  }
}
```

Get a key at [gandr.ai](https://gandr.ai). Docs: [gandr.ai/docs](https://gandr.ai/docs).
