Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gandr

FreeNot checked

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

GitHubEmbed

About

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

README

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

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

Claude Desktop:

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

Get a key at gandr.ai. Docs: gandr.ai/docs.

from github.com/Gandr-AI/gandr-mcp

Installing Gandr

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Gandr-AI/gandr-mcp

FAQ

Is Gandr MCP free?

Yes, Gandr MCP is free — one-click install via Unyly at no cost.

Does Gandr need an API key?

No, Gandr runs without API keys or environment variables.

Is Gandr hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Gandr in Claude Desktop, Claude Code or Cursor?

Open Gandr on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gandr with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs