Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Bilibili MCP is a Node.js-based video search server using the Model Context Protocol, offering a simple API for querying Bilibili videos.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
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.
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