Descript Complete
Provides full Descript integration for transcription, AI-powered editing, voice synthesis, and export. Automates audio/video processing including filler word removal, silence trimming, and project collaboration through natural language commands.
README
Descript Complete MCP Server
Stop manually transcribing audio. Upload recordings, get transcripts, remove filler words, and export edited content — all from your AI assistant.
What It Does
This MCP server gives your AI assistant full control over Descript: transcription, editing, AI voice (Overdub), collaboration, and export — all via natural language.
Tools
| Tool | Category | Description |
|---|---|---|
transcribe_audio |
Transcription | Submit an audio URL for transcription |
transcribe_video |
Transcription | Submit a video URL for transcription |
get_transcript |
Transcription | Fetch transcript by share slug (text, JSON, or VTT) |
list_transcripts |
Transcription | List recent transcription jobs |
create_project |
Projects | Create a new Descript project |
list_projects |
Projects | List all projects in your account |
get_project |
Projects | Get details for a specific project |
delete_project |
Projects | Delete a project permanently |
upload_media |
Media | Upload media to a project via URL |
get_upload_status |
Media | Check upload/processing job status |
remove_filler_words |
Editing | Remove um, uh, like, etc. with AI |
remove_silence |
Editing | Remove silent gaps automatically |
trim_transcript |
Editing | Edit content via natural language instruction |
export_transcript_txt |
Export | Export transcript as plain text |
export_transcript_srt |
Export | Export transcript as SRT subtitles |
export_video |
Export | Render/export the video |
create_overdub |
Overdub | Generate speech with AI voice |
list_overdub_voices |
Overdub | List available AI voices |
get_project_members |
Collaboration | Get project collaborators |
share_project |
Collaboration | Invite a collaborator by email |
Quick Start
- Get your Descript API key from your Descript account settings
- Set
DESCRIPT_API_KEY=your_key_herein your environment - Start the server:
npm start - Connect your MCP client to
http://localhost:8080/mcp
Example Workflows
Transcribe a podcast episode:
transcribe_audio({ url: "https://example.com/episode-42.mp3", project_name: "Episode 42" })
// Returns job_id — poll with get_upload_status until state = "stopped"
// Then get_transcript({ slug: "your-share-slug", format: "text" })
Clean up an interview recording:
remove_filler_words({ project_id: "abc123" })
remove_silence({ project_id: "abc123", threshold_seconds: 0.8 })
export_transcript_txt({ slug: "your-share-slug", include_speakers: true })
Share for review:
share_project({ project_id: "abc123", email: "editor@example.com", role: "editor" })
Environment Variables
| Variable | Required | Description |
|---|---|---|
DESCRIPT_API_KEY |
Yes | Your Descript API key |
PORT |
No | Server port (default: 8080) |
Health Check
GET http://localhost:8080/health
# {"status":"ok","server":"descript-complete","version":"1.0.0"}
Built with the MCPize framework. Powered by mastermindshq.business.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。