bilibili-mcp-js logo

bilibili-mcp-jsbilibili-mcp-js MCP server

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

Bilibili-mcp-js is a Bilibili video search server based on the Model Context Protocol (MCP). It provides a simple API interface for searching Bilibili video content. The server supports searching video content, retrieving popular content, video details, and UP主 information. It also provides a番剧时间表 for fetching broadcast information within a specified time range. The tool is designed for users who want to integrate Bilibili video search functionality into their AI applications. It can be used with LangChain, a framework for building AI applications. The repository includes example code and test scripts for demonstrating the usage of the server. The project requires Node.js version 20.12.0 or higher to run. Users can deploy the server locally or use a hosted deployment on Fronteir AI. The repository is licensed under the MIT license.

Key features

  • Search Bilibili video content
  • Retrieve popular content
  • Get video details
  • Get UP master information
  • TV series episode schedule

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Video Search

Use the server to search for Bilibili video content by keyword or ID

LangChain Integration

Integrate the server with LangChain for AI-powered video search and analysis

Pros & Cons

Pros

  • Simple API interface for video search
  • Supports LangChain integration
  • Provides multiple data retrieval options

Cons

  • Requires Node.js >= 20.12.0
  • Needs compilation before use

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

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

Ask a question

MCP Servers alternatives