bilibili-mcp

bilibili-mcp

A compliance-first MCP server for Bilibili that provides read-only access to authorized user and video data through the official open platform API.

Category
Visit Server

README

bilibili-mcp

一个合规优先的 Bilibili MCP Server,通过哔哩哔哩官方开放平台访问已授权账号的数据。

本项目不调用逆向整理的非公开接口,不绕过登录、签名或风控,也不提供任意用户/视频的批量抓取能力。

能力

MCP 工具 作用 官方 Scope
bilibili_parse_url 本地解析 BV/av/ep/ss、空间、直播间和短链
bilibili_get_authorized_user 获取已授权用户昵称、头像和 OpenID USER_INFO
bilibili_get_video 获取已授权用户拥有或联合投稿的单个稿件 ARC_BASE
bilibili_list_videos 分页查询已授权用户的稿件列表 ARC_BASE
bilibili_get_user_stats 获取关注、粉丝和审核通过稿件数 USER_DATA
bilibili_get_video_stats 获取播放、点赞、投币、收藏、评论等数据 ARC_DATA

所有工具均为只读工具;网络请求使用官方签名 2.0(HMAC-SHA256)。

前置条件

  1. 哔哩哔哩开放平台完成开发者入驻并创建应用。
  2. 为应用申请所需 Scope。
  3. 官方 OAuth 2.0 文档取得已授权用户的 access_token
  4. Node.js 20 或更高版本。

官方开放平台可能要求企业资质,实际准入规则以官方页面为准。

安装与构建

git clone https://github.com/nameefef/bilibili-mcp.git
cd bilibili-mcp
pnpm install
pnpm run build

准备环境变量:

export BILIBILI_CLIENT_ID="your_client_id"
export BILIBILI_APP_SECRET="your_app_secret"
export BILIBILI_ACCESS_TOKEN="authorized_user_access_token"

没有凭证时服务仍可启动,但只能使用本地的 bilibili_parse_url 工具。

MCP 客户端配置

把绝对路径替换为你本机的仓库位置:

{
  "mcpServers": {
    "bilibili": {
      "command": "node",
      "args": ["/absolute/path/to/bilibili-mcp/dist/index.js"],
      "env": {
        "BILIBILI_CLIENT_ID": "your_client_id",
        "BILIBILI_APP_SECRET": "your_app_secret",
        "BILIBILI_ACCESS_TOKEN": "authorized_user_access_token"
      }
    }
  }
}

不要把真实密钥写入会提交到 Git 的配置文件;更推荐由系统密钥管理器或进程环境注入。

开发

pnpm run dev
pnpm run check

使用 MCP Inspector:

pnpm dlx @modelcontextprotocol/inspector node dist/index.js

限制与安全

  • 仅使用官方开放平台文档公开的接口。
  • 只能读取明确授权给当前应用的账号及稿件数据。
  • 访问令牌和应用密钥只从环境变量读取,不会出现在 MCP 工具参数或返回值中。
  • API 返回的头像、封面等资源应按官方规则缓存和使用。
  • 遇到 127007127011 等错误时,请检查应用 Scope 和用户授权状态。
  • 平台接口、准入条件和配额可能变化,请以官方文档为准。

共创者

  • nameefef——项目发起人与维护者
  • OpenAI Codex——架构、实现、测试与文档协作

Codex 是 AI 编程助手,不拥有可计入 GitHub Contributors 图表的个人账号;共同创作关系在项目文档和提交说明中明确记录。

许可证

MIT。Bilibili、哔哩哔哩及相关标识属于其权利人,本项目与哔哩哔哩官方无隶属或背书关系。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured