Agentic developer tools
Deepgram CLI, MCP servers, and agent skills โ give your AI coding tools built-in knowledge of Deepgram APIs, docs, and starter apps.
Deepgram provides multiple ways to embed Deepgram knowledge directly into AI-powered developer tools: a CLI with a built-in MCP server, a docs MCP server for querying documentation, and a skills marketplace with structured reference material your tools can load on demand.
Deepgram CLI
The dg CLI gives you full access to Deepgram APIs from your terminal โ speech-to-text, text-to-speech, voice agents, and more โ with 28 commands and a built-in MCP server.
Install
macOS / Linux:
Windows (PowerShell):
Package managers:
Built-in MCP server
The CLI includes a built-in MCP server that gives your AI coding tools direct access to Deepgram APIs:
Add to your editorโs MCP configuration:
For full CLI documentation, visit cli.deepgram.com.
Docs MCP server
The Deepgram docs MCP server lets AI coding tools query the full Deepgram documentation. It is available over HTTP at two endpoints:
Claude Code
Add the server with a single command:
Cursor, Windsurf, and other MCP clients
Add the following to your MCP configuration file (for example, .cursor/mcp.json or .windsurf/mcp.json):
Once connected, your AI tool can answer questions about any Deepgram API, SDK, or feature using the official documentation as its source.
Skills marketplace
The Deepgram skills repository contains agent-agnostic skill files that AI coding tools load to understand specific parts of the Deepgram platform. Each skill is a folder of plain Markdown that any tool can consume.
Available skills
Quick setup (Claude Code)
Register the repository as a plugin marketplace:
Install the Deepgram plugin:
This gives you the following slash commands: /deepgram:api, /deepgram:docs, /deepgram:starters, and /deepgram:setup-mcp.
SDKs
Deepgram provides official SDKs so you can integrate speech-to-text, text-to-speech, voice agents, and audio intelligence into your application in the language of your choice.
Install with pip install deepgram-sdk
Install with npm install @deepgram/sdk
Install with go get github.com/deepgram/deepgram-go-sdk
Install with dotnet add package Deepgram
Install with cargo add deepgram
For a full breakdown of which SDK supports which API feature, see the SDK feature matrix.