Descript Complete
FreeNot checkedProvides full Descript integration for transcription, AI-powered editing, voice synthesis, and export. Automates audio/video processing including filler word re
About
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
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: "[email protected]", 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.
Installing Descript Complete
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/josephtandle/descript-completeFAQ
Is Descript Complete MCP free?
Yes, Descript Complete MCP is free — one-click install via Unyly at no cost.
Does Descript Complete need an API key?
No, Descript Complete runs without API keys or environment variables.
Is Descript Complete hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Descript Complete in Claude Desktop, Claude Code or Cursor?
Open Descript Complete on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
ARA
Generate images, video and audio from any AI agent — one connector.
by ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolgpu-bridge/mcp-server
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
by gpu-bridgehamflx/imagen3-mcp
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
by hamflxmerterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
by merterbakSureScaleAI/openai-gpt-image-mcp
OpenAI GPT image generation/editing MCP server.
by SureScaleAIYangLiangwei/PersonalizationMCP
Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authenticati
by YangLiangweiAceDataCloud/MCPFlux
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
by AceDataCloudCompare Descript Complete with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
