mcpbeat Sign in

Bilibili MCP Server

by xzxzzx-ai Your server? Claim it
local only

Bilibili MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 810 installs a week from npm. Last commit 12 Sep 2026.

Bilibili MCP tool for video metadata, transcripts, subtitles, and comment summarization

Installs per day peak 456 · avg 97 · +272% w/w
a month agotoday
810
Installs / week
npm · @xzxzzx/bilibili-mcp
20
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/utils/update-check.ts:247
        cachedUpdate = {
          expiresAt: Date.now() + UPDATE_CACHE_MS,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bilibili-mcp -- npx -y @xzxzzx/bilibili-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bilibili-mcp": {
      "args": [
        "-y",
        "@xzxzzx/bilibili-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bilibili-mcp]
command = "npx"
args = ["-y", "@xzxzzx/bilibili-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bilibili-mcp": {
      "args": [
        "-y",
        "@xzxzzx/bilibili-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bilibili-mcp": {
      "args": [
        "-y",
        "@xzxzzx/bilibili-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bilibili MCP Server

same job, measured the same way
Youtube Summarize
by zlatkoc

MCP server that fetches YouTube video transcripts and optionally summarizes them

89 installs/wk local only
Transcriptor MCP
by samson-art

Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms

answering
Framefetch
by marvinrey7879

Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402.

4 tools answering
SocialDataX B站 Bilibili MCP
by 52choujiang

Bilibili public video, article, dynamic, creator, comments, reactions, and transcript tools.

22 tools answering
Youtube Transcripts
by johnisanerd

YouTube transcripts, subtitles, and video metadata as structured JSON via an Apify Actor.

answering
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

44 installs/wk local only
Watch CLI
by sonpiaz

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

52 installs/wk local only
Fathom MCP Server
by agencyenterprise

Connect Claude to Fathom meeting recordings, transcripts, and summaries

answering

Bilibili MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Bilibili MCP Server?
Bilibili MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @xzxzzx/bilibili-mcp was installed 810 times last week.
How do I connect Bilibili MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @xzxzzx/bilibili-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bilibili MCP Server?
The npm package @xzxzzx/bilibili-mcp was installed 810 times in the last week. Week over week that is +272%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bilibili MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 20 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.