All MCP platforms

EasyDown MCP platform guide

TikTok Video Downloader MCP

The MCP tool recognizes normal video pages, photo posts, and TikTok share redirects, then converts the result into the same stable media arrays used by the EasyDown API.

Use a TikTok downloader MCP server to return all downloadable video, image, audio, and cover candidates from supported public TikTok posts and share links.

TikTok Downloader MCP Server · TikTok photo downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

tiktok.com/@user/video/{id}tiktok.com/@user/photo/{id}tiktok.com/t/{code}vm.tiktok.com/{code}

Real URL example

parse_media_url({
  "url": "https://www.tiktok.com/@jesscreatescontent/video/7647557116596718861"
})

Media returned by the MCP tool

Video posts can return multiple video qualities, cover images, and audio. Photo posts can return every image exposed by the public post.

Unsupported and unavailable content

Profiles, LIVE pages, sounds, search pages, TikTok Lite pages, private posts, and deleted posts remain 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 TikTok URLs does EasyDown MCP support?

Supported single-post patterns include tiktok.com/@user/video/{id}, tiktok.com/@user/photo/{id}, tiktok.com/t/{code}, vm.tiktok.com/{code}. Profiles, LIVE pages, sounds, search pages, TikTok Lite pages, private posts, and deleted posts remain unsupported.

Does TikTok Video Downloader MCP return every available media URL?

Video posts can return multiple video qualities, cover images, and audio. Photo posts can return every image exposed by the public post. The MCP layer does not select only one quality or one gallery item.

How do I call the TikTok downloader MCP?

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

How is a TikTok 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.