Bilibili MCP Server

Bilibili MCP 是一个本地 MCP server,让 AI Agent 读取 Bilibili 内容。你可以读取字幕与评论、按主题搜索视频、按名称或关键词查找并了解 UP 主,也可以遍历自己账号的收藏夹。即使视频没有字幕,通过 setup 安装本地 ASR 模型后也能读到它的文字内容。. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 14 · #18 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Bilibili MCP Server

Claude Code

claude mcp add xzxzzx-ai-bilibili-mcp -- npx -y @xzxzzx/bilibili-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xzxzzx-ai-bilibili-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xzxzzx/bilibili-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @xzxzzx/bilibili-mcp - the @xzxzzx scope differs from the repo owner (xzxzzx-ai); confirm it's the project's official package

registry namespace io.github.XZXZZX-Ai is GitHub-verified and matches the repo owner

03 · What Bilibili MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.13.1 · 2026-08-24

v1.13.1 - ASR GPU 加速与 Fake-IP 诊断 / ASR GPU Acceleration and Fake-IP Diagnostics · 中文 · ASR 模型选择新增“速度优先 / 均衡 / 质量优先”说明,small 继续作为默认推荐。 · 新安装默认使用 auto:真实验证 cuda/float16 成功就使用 NVIDIA GPU,否则以脱敏类别说明原因并继续使用已验证的 cpu/int8。显式…

v1.13.0 · 2026-08-20

v1.13.0 - 创作者发现 / Creator Discovery · 中文 · 新增 search_bilibili_creators:按名称或关键词返回 UP 主候选,并用稳定数字 mid 区分身份,不按显示名称自动选人。 · 新增 get_bilibili_creator_content:从选定 mid 读取主页概况,并分页浏览视频、Collection、Series 与动态。 · Collection 与 Series…

v1.12.0 · 2026-08-18

中文 · 主要更新 · 明确区分 Bilibili AI 字幕与人工字幕:任意 ai- 轨道返回 data_source: "ai_subtitle"。 · get_video_transcript 与 get_video_info 新增 exclude_ai_subtitles;transcript 新增 force_asr,可显式绕过字幕存在性检测。 · 选中的 ai- 字幕会双读并检查跨读取稳定性;ai-zh…

04 · Who maintains Bilibili MCP Server

Bilibili MCP Server is maintained by xzxzzx-ai. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
media - ranked #18 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.XZXZZX-Ai/bilibili-mcp (active, first published 2026-08-06 · 5 versions)
packages
npm:@xzxzzx/bilibili-mcp

06 · Bilibili MCP Server FAQ

What is Bilibili MCP Server?

Bilibili MCP 是一个本地 MCP server,让 AI Agent 读取 Bilibili 内容。你可以读取字幕与评论、按主题搜索视频、按名称或关键词查找并了解 UP 主,也可以遍历自己账号的收藏夹。即使视频没有字幕,通过 setup 安装本地 ASR 模型后也能读到它的文字内容。. It runs locally over stdio via the published package.

Is Bilibili MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Bilibili MCP Server?

Run `npx -y @xzxzzx/bilibili-mcp`. You can also paste the ready-made client config above.

Does Bilibili MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Bilibili MCP Server