Agentic developer tools
Give your AI coding tools built-in knowledge of Deepgram APIs, docs, and starter apps.
Deepgram provides two ways to embed Deepgram knowledge directly into AI-powered developer tools: a docs MCP server for querying documentation and a skills marketplace with structured reference material your tools can load on demand.
Docs MCP server
The Deepgram docs MCP server lets AI coding tools query the full Deepgram documentation. It is powered by Kapa and available over HTTP.
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:
Browse and install individual skills:
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.