Bilibili MCP 服务器
@Mr-House
About Bilibili MCP 服务器
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibili-mcp-server-mr-house": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bilibili MCP 服务器?
Bilibili MCP 服务器 is an MCP server project that provides general search functionality for the Bilibili API, enabling integration with other systems via the Model Context Protocol.
How to use Bilibili MCP 服务器?
Ensure Python 3.10 or higher is installed, then install dependencies with uv pip install -r requirements.txt. Start the server by running uv --directory <path-to-project> run bilibili.py.
Key features of Bilibili MCP 服务器
- Provides general search of Bilibili content
- Integrates with other systems via MCP protocol
- Uses Python 3.10+ and uv for dependency management
Use cases of Bilibili MCP 服务器
- Search Bilibili videos or users through MCP clients
- Incorporate Bilibili search results into AI agent workflows
FAQ from Bilibili MCP 服务器
What Python version is required?
Python 3.10 or higher is required.
How do I install dependencies?
Install dependencies by running uv pip install -r requirements.txt in the project directory.
How do I start the Bilibili MCP 服务器?
Run the command uv --directory /Users/zao/project/bilibili-mcp-server run bilibili.py, adjusting the directory path to your local setup.
Is there any authentication or transport configuration?
The README does not specify authentication, transport, or data storage details.
How can I contribute to this project?
Open a Pull Request, ensuring code follows PEP 8, includes unit tests, and updates documentation as needed.
Frequently asked questions
What Python version is required?
Python 3.10 or higher is required.
How do I install dependencies?
Install dependencies by running `uv pip install -r requirements.txt` in the project directory.
How do I start the Bilibili MCP 服务器?
Run the command `uv --directory /Users/zao/project/bilibili-mcp-server run bilibili.py`, adjusting the directory path to your local setup.
Is there any authentication or transport configuration?
The README does not specify authentication, transport, or data storage details.
How can I contribute to this project?
Open a Pull Request, ensuring code follows PEP 8, includes unit tests, and updates documentation as needed.
Basic information
More Version Control MCP servers
Github Mcp Server
githubGitHub's official MCP Server
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.

Kin
Troy Fortin, Jr. (Firelock, LLC)The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Comments