Claude
Connect Descript as a connector in the Claude app (claude.ai, web or desktop).Open Connectors
In the left pane, navigate to Customize → Connectors, and click the + sign to add a custom connector.
Add Descript
Enter Descript as the name and
https://api.descript.com/v2/mcp as the remote MCP server URL, then click Add.Claude Code
Add the Descript MCP server from your terminal:/mcp inside Claude Code and completing the OAuth sign-in.
Claude Code can then import media, run agent edits, and check job status directly from the command line.
Cursor
Add the MCP server in Cursor’s settings. The hosted MCP URL is:Other MCP-compatible tools
Any tool that supports the Model Context Protocol can connect to Descript using the hosted URL:Example prompts
Once connected, try these to get started: Import media:- “Create a Descript project from this video: [URL]”
- “Import this video into a new project called ‘Weekly Update’”
- “Add Studio Sound and captions to my latest project”
- “Remove all filler words from the project”
- “Make a 30-second highlight reel from my project”
- “Write a script about how to make great coffee and create a video from it”
How conversation works
When you use Descript through Claude or another AI assistant, you can have a multi-turn conversation. Each message you send can trigger a separate API call — so “import this video,” followed by “now add captions,” works naturally. Under the hood, each API call is independent (the Agent API doesn’t carry context between calls). But your AI assistant manages that context for you, making the experience feel conversational.Limitations
- No local file upload: Media must be hosted at a public or pre-signed URL. You can’t upload files directly from your computer.
- No export: After editing, open the project in Descript to export. There’s no export endpoint yet.