All MCP platforms

EasyDown MCP platform guide

Kuaishou Video Downloader MCP

Share links are resolved to a photo ID when possible, then the tool uses the existing Kuaishou Web V2 route and URL fallback without exposing provider-specific fields.

Connect a Kuaishou video downloader MCP for public Kuaishou and Kwai single-video pages, share links, and supported Gifshow media posts.

Kwai video downloader MCP · Kuaishou MCP server

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

kuaishou.com/short-video/{photoId}v.kuaishou.com/{token}kuaishou.com/f/{token}gifshow.com/fw/photo/{photoId}

Real URL example

parse_media_url({
  "url": "https://www.kuaishou.com/short-video/3x2cvn2u7fq8k8s"
})

Media returned by the MCP tool

Returns every available video URL and content cover from the selected public work, with dimensions and duration when supplied upstream.

Unsupported and unavailable content

Profiles, live rooms, search pages, collections, private works, deleted works, and expired share tokens 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 Kuaishou / Kwai URLs does EasyDown MCP support?

Supported single-post patterns include kuaishou.com/short-video/{photoId}, v.kuaishou.com/{token}, kuaishou.com/f/{token}, gifshow.com/fw/photo/{photoId}. Profiles, live rooms, search pages, collections, private works, deleted works, and expired share tokens are unsupported.

Does Kuaishou Video Downloader MCP return every available media URL?

Returns every available video URL and content cover from the selected public work, with dimensions and duration when supplied upstream. The MCP layer does not select only one quality or one gallery item.

How do I call the Kuaishou / Kwai downloader MCP?

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

How is a Kuaishou / Kwai 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.