The Bilibili API MCP Server is a specialized server designed to interact with the Bilibili API using the Model Context Protocol (MCP). It supports a variety of operations, making it a powerful tool for developers working with Bilibili's extensive video platform.
To get started with the Bilibili API MCP Server, you'll need the following:
First, clone the repository to your local machine.
git clone https://github.com/huccihuang/bilibili-mcp-server.git
Use uv
to install the necessary dependencies.
uv sync
Configure the server in your MCP client by adding the following JSON configuration:
{
"mcpServers": {
"bilibili": {
"command": "uv",
"args": [
"--directory",
"/your-project-path/bilibili-mcp-server",
"run",
"bilibili.py"
]
}
}
}
Once configured, you can start using the server within your MCP client to interact with the Bilibili API.
Currently, the server supports the following operations:
More operations are planned for future updates.
We welcome contributions to the Bilibili API MCP Server! Here's how you can get involved:
This project is licensed under the MIT License.
The Bilibili API MCP Server is designed to support various operations with the Bilibili API, providing a robust solution for developers.
No releases or packages have been published yet.