All MCP platforms

EasyDown MCP platform guide

Bilibili Video Downloader MCP

The tool normalizes several Bilibili URL families into one video workflow and returns the available video, audio, thumbnail, and quality data for the selected item.

Connect a Bilibili video downloader MCP to public BV, av, short-link, list, bangumi, and selected Bilibili international video URLs.

Bilibili MCP server · Bilibili video parser MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

bilibili.com/video/BV...bilibili.com/video/av...b23.tv/{code}bilibili.com/bangumi/play/ep...

Real URL example

parse_media_url({
  "url": "https://www.bilibili.com/video/BV1sW4y197cE/"
})

Media returned by the MCP tool

Returns all video and audio options exposed for the selected item. Some qualities use separate video and audio streams that must be merged by the client.

Unsupported and unavailable content

Profiles, favorites, watch-later lists, list pages without one video ID, paid content, and region-restricted items 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 Bilibili URLs does EasyDown MCP support?

Supported single-post patterns include bilibili.com/video/BV..., bilibili.com/video/av..., b23.tv/{code}, bilibili.com/bangumi/play/ep.... Profiles, favorites, watch-later lists, list pages without one video ID, paid content, and region-restricted items are unsupported.

Does Bilibili Video Downloader MCP return every available media URL?

Returns all video and audio options exposed for the selected item. Some qualities use separate video and audio streams that must be merged by the client. The MCP layer does not select only one quality or one gallery item.

How do I call the Bilibili downloader MCP?

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

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