bilibili MCP Server
by wangshunnn
bilibili MCP Server is a Model Context Protocol (MCP) server for the bilibili.com API. It allows users to retrieve information from Bilibili using the MCP protocol.
Last updated: N/A
What is bilibili MCP Server?
This is a Model Context Protocol (MCP) server designed to interface with the bilibili.com API, enabling applications like Claude to access and utilize bilibili's data.
How to use bilibili MCP Server?
To use this server with Claude Desktop, configure the mcpServers
section in your Claude configuration file with either the npm package or a local cloned repository path. Refer to the official MCP documentation for detailed instructions. You can then access bilibili data through Claude.
Key features of bilibili MCP Server
Get user information by
mid
Search video information by
bvid
Search videos by keywords
Use cases of bilibili MCP Server
Retrieving user profiles from bilibili
Searching for specific videos on bilibili
Discovering videos based on keywords
Integrating bilibili data into AI applications
FAQ from bilibili MCP Server
What is MCP?
What is MCP?
Model Context Protocol, a standard for AI models to access external data.
How do I install the server?
How do I install the server?
You can install it via npm or use a local cloned repository.
What is a mid?
What is a mid?
A unique identifier for a user on bilibili.
What is a bvid?
What is a bvid?
A unique identifier for a video on bilibili.
Where can I find more bilibili API information?
Where can I find more bilibili API information?
Refer to bilibili-API-collect (https://socialsisteryi.github.io/bilibili-API-collect/)