This server uses deepgram api to generate text to speech and can also play it on your device. You can use this in claude If you prefer listening to audio on claude instead of reading text.
Server Config
{
"mcpServers": {
"deepgram-mcp": {
"command": "/usr/bin/python3",
"args": [
"/Users/your-username/path/to/deepgram-mcp/server.py"
],
"env": {
"DEEPGRAM_API_KEY": "your-deepgram-api-key"
},
"description": "Deepgram MCP server to transcribe audio. It is a STT server that uses the Deepgram API to transcribe audio."
}
}
}