mcps
D

Descript

Edit video and podcasts by talking to your AI — import media, edit with Underlord, manage projects, and publish from a chat.

Tell your AI 'cut the silences and publish' and it edits your video or podcast in Descript for you.

★ Hand-picked walkthrough

Automate Video Editing with AI | Descript API + Claude MCP Tutorial

Descript

  1. Turn on Descript in your AI

    In Claude: Customize → Connectors → search Descript → Connect (or add the custom URL https://api.descript.com/v2/mcp). In ChatGPT: add the Descript app. Then ask it to edit or publish.

  2. Add it to your app once

    Copy the short config below into your app. It just tells your AI where to find Descript.

  3. Just ask

    Tell it what you want in plain words — no special commands.

Need the exact config? Show it +
{
  "mcpServers": {
    "descript": {
      "url": "https://api.descript.com/v2/mcp"
    }
  }
}

Paste into your client's MCP configuration file.

Checked 2026-06-14 — live · by Ilya Gindin

Tested prompts and honest limits — deeper than the README.

Descript edits audio and video by editing the transcript — delete a word and the audio goes with it. It's strongest for podcasts, talking-head video, and screen recordings, not motion graphics.

Clean up a raw recording

Prompt that works

“Remove all filler words (um, uh, like) and trim every silence longer than one second.”

Why: Filler-and-silence removal is the highest-leverage edit, and Descript does it in one pass — it makes amateur audio sound produced.

Pull a shareable clip

Prompt that works

“Find the 60-second section where I explain pricing and export it as a vertical clip with captions.”

Why: It locates a topic in the transcript and cuts to it, so you describe the moment instead of scrubbing a timeline.

Add accurate captions

Prompt that works

“Generate captions for the whole video and burn them in, large and centered.”

Why: Captions come from the existing transcript, so they're accurate — much better than re-transcribing from scratch.

  • ×Cloud connector: you sign in, and the media has to be in Descript (uploaded or recorded there).
  • ×Transcript accuracy drops with heavy accents or noisy audio — proofread before exporting.
  • ×It's a transcript-first editor, not a motion-graphics or VFX tool.
  • ×Long videos take time to process and can hit plan limits.

Hosted remote connector (api.descript.com/v2/mcp): you sign in with your Descript account, and your media lives and is processed there — no local keys.

Source: www.descript.com · checked 2026-07-13

Descript is an editor for video and podcasts where you edit by editing text. Its connector lets Claude or ChatGPT import your media, make edits, manage projects, and publish — you describe what you want in plain English and the assistant does it.

The MCP connects to whichever Descript Drive you're logged into.

#video#podcast#editing#creative
What does Descript do? +

Descript is an editor for video and podcasts where you edit by editing text. Its connector lets Claude or ChatGPT import your media, make edits, manage projects, and publish — you describe what you want in plain English and the assistant does it.

Do I need to know how to code? +

No. Turn it on in your AI's settings and ask in plain English — no terminal, no coding.

How do I install Descript? +

In Claude Code, run: claude mcp add --transport http descript https://api.descript.com/v2/mcp. Copy-paste configs for Claude Desktop, Cursor, and Windsurf are at the top of this page.

How do I clean up a raw recording with Descript? +

Try this prompt: "Remove all filler words (um, uh, like) and trim every silence longer than one second." — Filler-and-silence removal is the highest-leverage edit, and Descript does it in one pass — it makes amateur audio sound produced.

How do I pull a shareable clip with Descript? +

Try this prompt: "Find the 60-second section where I explain pricing and export it as a vertical clip with captions." — It locates a topic in the transcript and cuts to it, so you describe the moment instead of scrubbing a timeline.

How do I add accurate captions with Descript? +

Try this prompt: "Generate captions for the whole video and burn them in, large and centered." — Captions come from the existing transcript, so they're accurate — much better than re-transcribing from scratch.