AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Descript Mcp

mcp-descriptinc-descript-mcp · by descriptinc

Descript MCP plugin for Cursor, Claude Code, and Antigravity — edit video and audio by editing text, from your agent

— No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add mcp-descriptinc-descript-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-descriptinc-descript-mcp)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 15d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Descript Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Descript MCP

Edit video and audio by editing text. Import media, create projects, and use AI to edit — all from your agent.

What's included

MCP Server

Connects to the Descript API over MCP, giving agents access to:

  • import_media — Import media into a project via URL or direct file upload
  • importdrivemedia — Import media from a connected Google Drive
  • promptprojectagent — Edit with Underlord, our AI co-editor that edits projects with natural language (trim, add captions, remove filler words, and so much more)
  • publish_project — Publish compositions as shareable video or audio
  • export_transcript — Export a project's transcript
  • export_timeline — Export a project's timeline
  • listprojects / getproject — Discover and inspect projects and their compositions, media, and metadata
  • listfolders / getdrive_info — Browse folders and inspect a connected Drive
  • waitforjob / listjobs / canceljob — Track and manage async jobs
  • reportuploadstatus / fileuploadui — Support direct file uploads

Full tool reference and auth details: Descript MCP docs.

Rules / context

Bundles a descript-workflows rule with best practices for working with the Descript tools: discover project IDs with list_projects before editing, inspect with get_project, pass media URLs to import_media as-is, use prompt_project_agent for natural-language edits, and always follow the async tools (import_media, prompt_project_agent, publish_project) with wait_for_job.

The rule is Cursor-format (rules/descript-workflows.mdc). Antigravity reads the same guidance from AGENTS.md at the repo root. Claude Code has no rules concept, so it relies on the bundled skills for the same workflows.

Skills

  • create-video — Create a new project from media files or URLs
  • edit-project — Edit an existing project using AI-powered natural language
  • publish-project — Publish a composition to create a shareable link and exported video or audio file

Setup

The Descript MCP authenticates with OAuth — no API token. On first connection you sign in to Descript and pick the Drive the agent can access. To switch Drives later, log out of Descript on the web and reconnect.

Every MCP client points at the same remote server:

https://api.descript.com/v2/mcp

Quick-install steps differ by harness.

Cursor

This repo is a Cursor plugin, so installing it brings the MCP server, the descript-workflows rule, and the skills together.

  1. Add this plugin to Cursor (from the plugin marketplace, or by pointing Cursor at this repository).
  2. Cursor registers the descript MCP server, rule, and skills.
  3. When the server first connects, sign in to Descript and choose a Drive.

One-click alternative: open Settings → Descript MCP in the Descript app and use the Cursor connect button, or install the MCP server with a deep link:

cursor://anysphere.cursor-deeplink/mcp/install?name=Descript&config=eyJ1cmwiOiJodHRwczovL2FwaS5kZXNjcmlwdC5jb20vdjIvbWNwIn0=

The deep link installs only the MCP server; the rule and skills come from the plugin.

Claude Code

This repo is also a Claude Code plugin, so installing it brings the MCP server and the skills together. Add the repo as a marketplace, then install the plugin:

/plugin marketplace add descriptinc/descript-mcp
/plugin install descript@descript

Claude Code registers the descript MCP server and auto-discovers the skills. When the server first connects, sign in to Descript and choose a Drive.

If you only want the server without the skills, add it on its own:

claude mcp add --transport http descript https://api.descript.com/v2/mcp

The descript-workflows rule is Cursor-format and does not load in Claude Code; the same guidance is carried by the bundled skills.

Antigravity

Google's Antigravity reads project context straight from this repo — no install step. Open the repo as your Antigravity workspace and it picks up the AGENTS.md workflow guidance at the root. Antigravity also reads the same SKILL.md format as Claude Code, so the bundled skills apply there too.

The MCP server is added separately, in Antigravity's own config. Antigravity does not reliably load an MCP server from a repo-committed file — project-local mcpServers are currently discovered but ignored, so the server has to live in the user-level config, added through the UI:

  1. In the Agent panel, open the ... (Additional Options) menu → MCP Servers → Manage MCP Servers → View raw config.
  2. Add the descript server under mcpServers. Antigravity uses the serverUrl key for remote HTTP servers (not url):

``json { "mcpServers": { "descript": { "serverUrl": "https://api.descript.com/v2/mcp" } } } ``

  1. Save, then reconnect. When the server first connects, sign in to Descript and choose a Drive.

The raw config file lives under your home directory (~/.gemini/config/mcp_config.json on recent builds; older builds used ~/.gemini/antigravity/mcp_config.json) — using View raw config avoids depending on the exact path.

Other MCP clients

Any other MCP client works by adding the remote server on its own — a remote (HTTP) server pointed at https://api.descript.com/v2/mcp with OAuth. See Connect Descript to any AI assistant for the general flow. The descript-workflows rule and the skills in this repo are harness-specific bundle content and don't travel with a bare MCP connection.

Claude and ChatGPT

Descript ships official connectors in both directories — no server URL needed:

Official sources

Only the published server endpoint (https://api.descript.com/v2/mcp) and Descript's official marketplace listings — the ChatGPT app, the Claude connector, and the Cursor plugin linked above — are official. Any other listing, connector, or fork is not affiliated with or endorsed by Descript.

Requirements

  • A Descript account
  • An agent harness with MCP support

Development

npm install
npm run check   # lint, format check, and plugin validation
npm run fmt     # apply formatting

CI runs the same checks on every pull request.

This repository is source-available under the included license. We are not currently accepting external code contributions or pull requests.

License and legal

Licensed under the [Apache License 2.0](LICENSE).

Descript's names, logos, and brand features are trademarks — see [TRADEMARKS.md](TRADEMARKS.md) for what you may and may not do with them.

Use of the hosted Descript MCP server and API is subject to Descript's Terms of Service.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.