Bilibili MCP Server
An MCP server that provides tools for retrieving Bilibili user profiles, video metadata, and searching videos using the bilibili.com API.
Get this MCP server
An MCP server that provides tools for retrieving Bilibili user profiles, video metadata, and searching videos using the bilibili.com API.
Installation
NPX
npx -y @wangshunnn/bilibili-mcp-server
From Source
pnpm i
pnpm build
Configuration
Claude Desktop (NPM)
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}
Claude Desktop (Local)
{
"mcpServers": {
"bilibili": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/bilibili-mcp-server/dist/index.js"
]
}
}
}
Available Tools
| Tool | Description |
|---|---|
get_user_info |
Get user information by mid (user ID) |
search_video_info |
Find video information by bvid (video ID) |
search_videos |
Search videos by keywords |
Features
- Retrieve user information by mid
- Search video information by bvid
- Search videos by keywords
Notes
Built using bilibili-API-collect documentation. Supports both NPM installation and local development. Includes demo videos and screenshots for integration with Claude Desktop.