Skip to main content
Glama
sandraschi

bilibili-mcp

by sandraschi

bilibili-mcp

A content-intelligence bridge for Bilibili (B站), China's largest video platform. Search, trending, video intel and transcript summarisation - no account needed for the core tier.

What this wraps

Bilibili - the Chinese video sharing platform. This server does not play video; it returns metadata, lists and subtitle transcripts so an agent can search, rank and summarise Bilibili content. See docs/WRAPPEE.md.

Related MCP server: Bilibili API MCP Server

Preview

Dashboard

What You Can Do

How it runs

Mode

Host app

When

Headless / API (default)

Bilibili public web APIs

Everything - no account, no GUI

Bilibili is a web platform, not a local app - there is no desktop binary to install. The server talks to Bilibili's public API over HTTPS.

Hands-in / Hands-out

Direction

Artifacts

Notes

Hands-in

search keyword, Bilibili URL (BV.../av...)

bilibili_search, bilibili_video

Hands-out

metadata + stats, transcript text, comment summaries

bilibili_video, bilibili_transcript

Capabilities

  • Explore - popular feed, all-region ranking, hot search keywords (anonymous)

  • Search - videos and creators (may need a cookie to pass risk control)

  • Video intel - metadata + stats, part list, hot comments (anonymous)

  • Transcript - auto-subtitle text for summarisation (the killer feature)

  • Account tier (optional) - following feed, favorites; needs a +86 login

Anonymous by default - explore, video intel and transcripts work with zero setup. Only the account tier needs a Chinese +86 login cookie.

Quick Install

Requirements: uv (Python), Bun (webapp). Option A (recommended):

uv sync
uv run python -m bilibili_mcp.server --mode http --port 11185

Or run the full stack (backend + webapp + browser) with start.bat / start.ps1. Backend 11185, frontend 11186.

First time? Complete docs/ONBOARDING.md before expecting live host calls (anonymous tier needs nothing; account tier needs a +86 login).

Documentation

Doc

What it covers

Onboarding

Accounts, the +86 number question, first-run setup

Configuration

Env vars, tiers, LLM provider

Tools

Full MCP + REST reference

Development

Layout, running, testing

Troubleshooting

Symptom -> fix

Wrappee

About the Bilibili platform

SPEC

Feature spec + stage plan

Tier status

Tier

Requires

Unlocks

Anonymous

nothing

explore, search, video intel, transcript

Account

BILIBILI_COOKIE (+86 login)

following feed, favorites

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Bilibili (哔哩哔哩) through its API, supporting video search and recommendations, user search, dynamic feeds, video collections, and danmaku retrieval through natural language.
    5
  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server that enables users to search Bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. It allows AI applications to interact directly with Bilibili content via simple API interfaces.
    45
    189
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/bilibili-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server