mcpbeat Sign in

Gandr MCP Server

local only

Gandr MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 214 installs a week from pypi. Last commit 29 Aug 2026.

Text to speech for MCP clients. 23 languages, six voices, every render watermarked.

Installs per day peak 819 · avg 117 · -28% w/w
a month agotoday
214
Installs / week
pypi · gandr-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Gandr MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gandr-mcp -- uvx gandr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gandr-mcp": {
      "args": [
        "gandr-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gandr-mcp]
command = "uvx"
args = ["gandr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gandr-mcp": {
      "args": [
        "gandr-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gandr-mcp": {
      "args": [
        "gandr-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GANDR_API_KEY (Gandr API key, starts with gnd_. Free key at https://gandr.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gandr MCP

same job, measured the same way
VoiceLabs
by voicelabs

AI voice generation: text-to-speech and voice cloning from any MCP client.

answering
Labs MCP
by albertbolanoss

MCP Server with AI-powered tools including ElevenLabs text-to-speech for realistic voice synthesis.

local only
Mermaid Render MCP
by tci-nebula

Renders Mermaid diagram syntax to PNG or SVG images for LLM clients

58 installs/wk local only
Tiktok Transcript Scraper
by deapi-ai

AI speech-to-text for public TikTok videos: SRT, VTT, word timings, speaker labels, 90+ languages.

answering
Transcribe
by transcribevideototext

Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.

answering
Memocore
by memocore

Shared memory for all your AI agents, your whole team and every MCP client — save, search, recall.

answering
Translator Pro AI MCP
by csoai-org

AI-powered translator pro ai MCP server for agents. Supports translate text, detect language

141 installs/wk local only
Voice Audio MCP
by csoai-org

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

152 installs/wk local only

Gandr MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gandr MCP?
Gandr MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gandr-mcp was installed 214 times last week.
How do I connect Gandr MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gandr-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Gandr MCP?
The pypi package gandr-mcp was installed 214 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gandr MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.