Loading...
Loading...
Set up the Deepgram MCP server for your AI coding tool. Checks whether the Deepgram CLI (dg/deepctl) is installed: if so, uses the local CLI MCP server (dg mcp) for full tool access; otherwise offers the hosted documentation MCP or suggests installing the CLI. Use whenever someone wants to install Deepgram's agentic tools, set up the MCP server, or connect their editor to Deepgram.
npx skill4agent add deepgram/skills setup-mcpdg --versiondeepctl --versionwhere dgdg mcp.claude/.cursor/.windsurf/dg# Project scope
claude mcp add deepgram --scope project dg mcp
# User/global scope
claude mcp add deepgram dg mcp.cursor/mcp.json{
"mcpServers": {
"deepgram": {
"command": "dg",
"args": ["mcp"]
}
}
}.windsurf/mcp.json{
"mcpServers": {
"deepgram": {
"command": "dg",
"args": ["mcp"]
}
}
}dg["mcp"]The Deepgram CLI isn't installed. You can either:
- Install the CLI (
) for full Deepgram tool access, then re-runpipx install deepctl/deepgram:setup-mcp- Use the hosted MCP for documentation queries right now
# Project scope
claude mcp add deepgram-docs --scope project --transport http https://api.dx.deepgram.com/kapa/mcp
# User/global scope
claude mcp add deepgram-docs --transport http https://api.dx.deepgram.com/kapa/mcp.cursor/mcp.json{
"mcpServers": {
"deepgram-docs": {
"type": "http",
"url": "https://api.dx.deepgram.com/kapa/mcp"
}
}
}.windsurf/mcp.json{
"mcpServers": {
"deepgram-docs": {
"type": "http",
"url": "https://api.dx.deepgram.com/kapa/mcp"
}
}
}https://api.dx.deepgram.com/kapa/mcp/reload-pluginsThe Deepgram MCP server is now configured.
dg mcpAvailable tools include transcription, text-to-speech, project management, and usage queries. Try asking to transcribe an audio file or convert text to speech.
Your tool can now query Deepgram's full documentation directly — try asking about API parameters, voice agents, or model capabilities.
dg --versiondg mcppipx upgrade deepctlpip install --upgrade deepctlhttps://api.dx.deepgram.com/kapa/mcppipx install deepctl