bilibili-mcp-js logo

bilibili-mcp-jsbilibili-mcp-js MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Bilibili-mcp-js 是基于 Model Context Protocol(MCP)的 Bilibili 视频搜索服务器。它提供了一个简易的 API 接口,用于搜索 Bilibili 视频内容。服务器支持搜索视频、检索热门内容、获取视频详情以及 UP 主信息。它还提供了番剧时间表,用于在指定时间范围内获取播出信息。 该工具面向希望将哔哩哔哩视频搜索功能集成到 AI 应用程序中的用户。它可以与构建 AI 应用的框架 LangChain 一起使用。仓库包含示例代码和测试脚本,用于演示服务器的使用。 该项目需要 Node.js 20.12.0 或更高版本运行。用户可以在本地部署服务器,也可以使用 Fronteir AI 提供的托管部署。该仓库采用 MIT 许可证。

主要功能

  • 搜索哔哩哔哩视频内容
  • 获取热门内容
  • 获取视频详情
  • 获取 UP 主信息
  • 番剧时间表

价格

模型
Free
评分
暂无评价

使用场景

视频搜索

使用服务器按关键词或 ID 搜索哔哩哔哩视频内容

LangChain 集成

将服务器与 LangChain 集成,实现 AI 驱动的视频搜索和分析

优点 & 缺点

优点

  • 简单的 API 接口用于视频搜索
  • 支持 LangChain 集成
  • 提供多种数据检索选项

缺点

  • 需要 Node.js >= 20.12.0
  • 需要编译后才能使用

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What types of data can the API retrieve?

The API supports searching video content, getting popular lists (overall, must‑watch, rankings, music chart), retrieving video details by BV or AV ID, fetching UP主 basic info (fans, follows), and querying TV series episode schedules within a time range.

Asked by Dmitri Volkov · Feb 26, 2026

How do I deploy the server locally versus a hosted option?

Locally, run "npm run build" to compile, then start with "node dist/index.js" or use bun. For a hosted deployment, Fronteir AI provides a ready‑to‑use instance you can connect to via the provided MCP command configuration.

Asked by Carmela Esposito · Jan 3, 2026

Can I use bilibili-mcp-js with LangChain?

Yes, the repository includes LangChain integration examples. You can import the MCP client and call the search and other APIs within a LangChain workflow.

Asked by Jovana Petrovic · Dec 16, 2025

What is the minimum Node.js version required to run bilibili-mcp-js?

bilibili-mcp-js requires Node.js version 20.12.0 or higher to execute the server and build scripts.

Asked by Margaret Whitfield · Dec 10, 2025

提问

服务配缩器 的替代品