All MCP platforms

EasyDown MCP platform guide

Twitter Video Downloader MCP

Both x.com and twitter.com status links enter the same MCP workflow. The post ID stays a string and the result keeps every media option returned for that post.

Use a Twitter video downloader MCP for public X status URLs and receive all downloadable video, image, thumbnail, and audio candidates in structured output.

X Video Downloader MCP Server · Twitter media downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

x.com/{user}/status/{id}twitter.com/{user}/status/{id}x.com/i/status/{id}

Real URL example

parse_media_url({
  "url": "https://x.com/Taozhishuishui/status/2041638397358260556/video/1"
})

Media returned by the MCP tool

Returns the available video variants and post images. Video URLs include the quality and dimensions exposed by the source when available.

Unsupported and unavailable content

Profiles, search pages, Spaces, Communities, X Broadcast URLs, private posts, and direct CDN links are not supported.

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 Twitter / X URLs does EasyDown MCP support?

Supported single-post patterns include x.com/{user}/status/{id}, twitter.com/{user}/status/{id}, x.com/i/status/{id}. Profiles, search pages, Spaces, Communities, X Broadcast URLs, private posts, and direct CDN links are not supported.

Does Twitter Video Downloader MCP return every available media URL?

Returns the available video variants and post images. Video URLs include the quality and dimensions exposed by the source when available. The MCP layer does not select only one quality or one gallery item.

How do I call the Twitter / X downloader MCP?

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

How is a Twitter / X 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.