McpMux
Back to Registry

Deepgram (uvx) MCP Server

Community

Contributed by Deepgram

Connect to Deepgram's speech-to-text, text-to-speech, and audio intelligence APIs. Tools are fetched from Deepgram's API at runtime, so new capabilities appear without a package upgrade.

About the Deepgram (uvx) MCP Server

The Deepgram (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Deepgram's speech-to-text, text-to-speech, and audio intelligence APIs. Tools are fetched from Deepgram's API at runtime, so new capabilities appear without a package upgrade. This is a community-contributed MCP server by Deepgram.

Install the Deepgram (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "deepgram-mcp"
  ],
  "env": {
    "DEEPGRAM_API_KEY": "${input:DEEPGRAM_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "DEEPGRAM_API_KEY",
        "label": "Deepgram API Key",
        "description": "API key used to authenticate with the Deepgram API. Create one in the Deepgram console.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://console.deepgram.com",
          "instructions": "1. Sign in to the Deepgram console at https://console.deepgram.com\n2. Open the API Keys section\n3. Create a new API key\n4. Copy the key and paste it here",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

deepgramspeech-to-texttext-to-speechtranscriptionvoiceaudioai-ml

Supported AI Clients

The Deepgram (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Deepgram (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.