Add Deepgram MCP Server - speech-to-text and TTS
Python FastMCP server wrapping Deepgram API for audio transcription and text-to-speech. Supports 125+ multilingual voices, large file chunking via FFmpeg, formatted markdown output with speaker diarization, and Docker deployment on port 8009. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
deepgram-mcp/requirements.txt
Normal file
7
deepgram-mcp/requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
fastmcp>=2.0.0
|
||||
httpx
|
||||
aiofiles
|
||||
python-dotenv
|
||||
python-multipart
|
||||
starlette
|
||||
uvicorn
|
||||
Reference in New Issue
Block a user