Bilibili

Bilibili

This MCP server provides tools to fetch Bilibili user profiles, video metadata, search videos, and more.

13
Stars
3
Forks
0
Releases

Overview

This MCP server provides a bridge to the bilibili.com API through the Model Context Protocol (MCP). It enables pulling user profile data by user mid, retrieving video metadata by BVID, and performing keyword-based video searches, all via MCP-compatible requests. The server is designed for easy integration with Claude Desktop for testing and exploration, with configuration examples showing how to run via npx or a local Node.js build. It supports local development workflows: install dependencies, build, and run in development mode. The project is published on npm under the name @wangshunnn/bilibili-mcp-server and carries an MIT license. Credits include bilibili-API-collect. This MCP server is intended for developers and integrators who want to access Bilibili data programmatically through MCP, enabling higher-level assistants to fetch user information and video details in a structured, MCP-compliant manner.

Details

Owner
wangshunnn
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Get user information by mid

Fetches Bilibili user profile data using the user's mid identifier.

Get video information by bvid

Retrieves metadata for a video identified by its BVID.

Search videos by keywords

Searches Bilibili videos by keywords and returns matching results.

Tags

bilibiliMCPserverAPIuser-infovideo-metadatavideo-searchclaude-desktop