trackmcp
Back to directory

The official Gandr MCP server, text to speech inside any MCP-compatible agent

0 stars PythonOthers Updated Aug 29, 2026
claudemcpmcp-serverttsvoice-aimodel-context-protocolspeech-synthesistext-to-speech

Documentation

gandr-mcp

The official Gandr MCP server, text to speech inside any MCP-compatible agent (Claude Desktop, Cursor, and friends).

smithery badge

Tools

ToolWhat 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. Docs: gandr.ai/docs.


mcp-name: io.github.Gandr-AI/gandr-mcp

Frequently asked questions

What is gandr-mcp?

gandr-mcp is The official Gandr MCP server, text to speech inside any MCP-compatible agent

How do I install gandr-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is gandr-mcp open source?

Yes — it is hosted on GitHub at https://github.com/Gandr-AI/gandr-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP