gandr mcp for Cursor
io.github.gandr-ai/gandr-mcp
Text to speech for MCP clients. 23 languages, six voices, every render watermarked.
client:Cursor
transport:stdio
runtime:pypi
Install gandr mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gandr-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gandr-mcp"
],
"env": {
"GANDR_API_KEY": "<GANDR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs