Deepgram
Freemiumby AI Labs
Enterprise-grade speech-to-text with real-time streaming.
v1.0.0Added Feb 20, 2025
deepgramsttstreaming
Deepgram MCP Server
Enterprise-grade speech-to-text with real-time streaming.
Features
- Transcription
- Streaming STT
- Language detection
- Redaction
- Custom models
Installation
{
"mcpServers": {
"deepgram": {
"command": "npx",
"args": ["-y", "mcp-deepgram"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-deepgram
Add to claude_desktop_config.json
{
"mcpServers": {
"deepgram": {
"command": "npx",
"args": ["-y", "mcp-deepgram"]
}
}
}