GitHub Stars
12
User Rating
Not Rated
Favorites
0
Views
25
Forks
2
Issues
1
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.6 or higher
uv: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/huccihuang/bilibili-mcp-server
cd bilibili-mcp-server
2. Install Dependencies
bash
uv sync
3. Configure MCP Client
Add the following to your MCP client configuration file:json
{
"mcpServers": {
"bilibili": {
"command": "uv",
"args": [
"--directory",
"/your-project-path/bilibili-mcp-server",
"run",
"bilibili.py"
]
}
}
}