bilibili-mcp-server-full
by Jasonw372
The easiest to install Bilibili MCP server, supporting the latest MCP protocol. It is recommended to use Cherry Studio for development and usage, and uv is used as the package management tool.
Last updated: N/A
What is bilibili-mcp-server-full?
This is a Bilibili MCP server that supports the latest MCP protocol. It aims to be easy to install and use for developers working with the Bilibili platform.
How to use bilibili-mcp-server-full?
To use this server, first install the dependencies using uv sync
. Then, you can debug the MCP server using uv run mcp dev src/bilibili_mcp_server_full/server.py
or debug the client using uv run --with mcp mcp run src/bilibili_mcp_server_full/server.py
. Installation can be done via the provided uvx
configuration.
Key features of bilibili-mcp-server-full
Easy Installation
Latest MCP Protocol Support
Cherry Studio Integration
uv Package Management
Use cases of bilibili-mcp-server-full
Developing Bilibili MCP applications
Testing Bilibili MCP client-server interactions
Creating custom Bilibili experiences
Extending Bilibili functionality
FAQ from bilibili-mcp-server-full
What is MCP?
What is MCP?
MCP stands for Mini Communication Protocol, used for communication between Bilibili applications and servers.
Why use Cherry Studio?
Why use Cherry Studio?
Cherry Studio is recommended for development and usage with this server.
What is uv?
What is uv?
uv is used as the package management tool for installing dependencies.
How do I install the server?
How do I install the server?
Use the provided uvx
configuration to install the server.
Where can I find more documentation?
Where can I find more documentation?
Refer to the Cherry Studio documentation and Bilibili MCP protocol specifications for more information.