LogoFindMcp
Logo of bilibili-mcp-js

bilibili-mcp-js

Bilibili MCP is a Node.js-based video search server using the Model Context Protocol, offering a simple API for querying Bilibili videos.

Introduction

Bilibili MCP

A Bilibili video search server based on Model Context Protocol (MCP). It provides a simple API interface for users to search Bilibili video content. LangChain calling examples and test scripts are provided.

Features
  • Bilibili video search
  • Support for paginated queries
  • Returns video information (title, author, views, duration, etc.)
  • Standardized interface based on MCP protocol
System Requirements
  • Node.js >= 20.12.0
Quick Start
bun i
bun index.ts
# Test script
bun test.js
# MCP Inspector
bun run inspector
# Run langchain example
bun build:bun
bun example.ts

Or using npm:

npm i
npm run start
# Test script
npm run test
# MCP Inspector
npm run inspector
# Run langchain example
npm run build
node dist/example.js

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates