gandr mcp for Grok
io.github.gandr-ai/gandr-mcp
Text to speech for MCP clients. 23 languages, six voices, every render watermarked.
client:Grok
transport:stdio
runtime:pypi
Install gandr mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gandr-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gandr-mcp"
],
"env": {
"GANDR_API_KEY": "<GANDR_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs