All MCP platforms

EasyDown MCP platform guide

Xiaohongshu Downloader MCP

Short share links are resolved to a note ID before the existing App V2 workflow runs, so agents receive the same complete media mapping as direct note URLs.

Parse public Xiaohongshu and RedNote notes with an MCP server that returns every available note image, first frame, video, and cover candidate.

RedNote Media Downloader MCP · Xiaohongshu image downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

xhslink.com/{code}xiaohongshu.com/explore/{noteId}xiaohongshu.com/discovery/item/{noteId}rednote.com/explore/{noteId}

Real URL example

parse_media_url({
  "url": "https://www.xiaohongshu.com/discovery/item/67f75b07000000000b0154b3?source=webshare&xhsshare=pc_web&xsec_token=ABUzYYSiMJkyRD5slTtuDPFvfSOmaGPxm2X4Unms9L1FY=&xsec_source=pc_share"
})

Media returned by the MCP tool

Image notes return every available image plus first-frame candidates. Video notes return all mapped videos and the related content images without using author avatars.

Unsupported and unavailable content

Profiles, search pages, collections, private notes, deleted notes, and region-unavailable content 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 Xiaohongshu / RedNote URLs does EasyDown MCP support?

Supported single-post patterns include xhslink.com/{code}, xiaohongshu.com/explore/{noteId}, xiaohongshu.com/discovery/item/{noteId}, rednote.com/explore/{noteId}. Profiles, search pages, collections, private notes, deleted notes, and region-unavailable content are not supported.

Does Xiaohongshu Downloader MCP return every available media URL?

Image notes return every available image plus first-frame candidates. Video notes return all mapped videos and the related content images without using author avatars. The MCP layer does not select only one quality or one gallery item.

How do I call the Xiaohongshu / RedNote downloader MCP?

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

How is a Xiaohongshu / RedNote 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.