Submit

Deepgram Tts Mcp

@shubhamofbce

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.

Tools

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."
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.