All MCP platforms

EasyDown MCP platform guide

Douyin Video Downloader MCP

EasyDown extracts the work ID as a string or resolves a share URL, then routes the request through the existing Douyin App and Web handling without changing response shape.

Use a Douyin video downloader MCP for public videos, image notes, share links, selected search detail links, and supported Douyin media URLs.

Douyin downloader MCP server · Douyin note downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

v.douyin.com/{code}douyin.com/video/{id}douyin.com/note/{id}so.douyin.com/video/detail?aweme_id={id}

Real URL example

parse_media_url({
  "url": "https://so.douyin.com/video/detail?aweme_id=7642916558104300826"
})

Media returned by the MCP tool

Returns all mapped video qualities, audio, covers, and note images. Supported direct-media URLs are returned without an unnecessary upstream parse.

Unsupported and unavailable content

Profiles without a work ID, search result pages, follow pages, collections, live pages, private content, and deleted works are unsupported.

Connect and call parse_media_url

Add the endpoint with a private EasyDown token, then ask your MCP client to parse the public URL below.

{
  "mcpServers": {
    "easydown": {
      "url": "https://api.easydown.org/mcp",
      "headers": {
        "Authorization": "Bearer ed_live_xxx"
      }
    }
  }
}

Replace ed_live_xxx with an API token created in your EasyDown account.

Agent workflow

  1. 1

    Create an API token and choose the platform permissions it may use.

  2. 2

    Connect the Streamable HTTP endpoint with the Bearer token header.

  3. 3

    Call parse_media_url and consume every item in images, videos, and audios.

Questions about this MCP integration

Which Douyin URLs does EasyDown MCP support?

Supported single-post patterns include v.douyin.com/{code}, douyin.com/video/{id}, douyin.com/note/{id}, so.douyin.com/video/detail?aweme_id={id}. Profiles without a work ID, search result pages, follow pages, collections, live pages, private content, and deleted works are unsupported.

Does Douyin Video Downloader MCP return every available media URL?

Returns all mapped video qualities, audio, covers, and note images. Supported direct-media URLs are returned without an unnecessary upstream parse. The MCP layer does not select only one quality or one gallery item.

How do I call the Douyin downloader MCP?

Connect https://api.easydown.org/mcp with an ed_live Bearer token and call parse_media_url with the full public Douyin URL.

How is a Douyin MCP request billed?

A successful media result costs 1 credit. Failed and unsupported results do not charge credits.

A successful media result costs 1 credit. Failed and unsupported results do not charge credits.