bilibili MCP Server
@wangshunnn
About bilibili MCP Server
MCP server for the bilibili API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": [
"-y",
"@wangshunnn/bilibili-mcp-server"
]
}
}
}Tools
3Get information about a Bilibili user
Get detailed information about a Bilibili video
Search for videos on Bilibili
Overview
What is bilibili MCP Server?
The bilibili MCP Server is a Model Context Protocol server that integrates with the bilibili.com API, enabling AI agents to retrieve user information and search videos directly.
How to use bilibili MCP Server?
Install via npm (npx -y @wangshunnn/bilibili-mcp-server) or clone the repository and build locally. Configure the server in your Claude Desktop settings under mcpServers with the appropriate command and arguments, then restart Claude Desktop.
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
- Retrieve a Bilibili user’s profile using their mid.
- Look up details of a specific video by its bvid.
- Find videos matching keyword queries.
FAQ from bilibili MCP Server
How to install bilibili MCP Server?
You can run it via npx: npx -y @wangshunnn/bilibili-mcp-server or download the repository and build it with pnpm i and pnpm build.
How to configure bilibili MCP Server with Claude Desktop?
Add a JSON entry under mcpServers in your Claude Desktop configuration file, specifying either the npx command or the absolute path to the local build’s dist/index.js.
What features does bilibili MCP Server support?
It supports getting user information by mid, searching video information by bvid, and searching videos by keywords.
Frequently asked questions
How to install bilibili MCP Server?
You can run it via npx: `npx -y @wangshunnn/bilibili-mcp-server` or download the repository and build it with `pnpm i` and `pnpm build`.
How to configure bilibili MCP Server with Claude Desktop?
Add a JSON entry under `mcpServers` in your Claude Desktop configuration file, specifying either the npx command or the absolute path to the local build’s `dist/index.js`.
What features does bilibili MCP Server support?
It supports getting user information by `mid`, searching video information by `bvid`, and searching videos by keywords.
Basic information
More Other MCP servers
ICSS
chokcoco不止于 CSS
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments