Bilibili MCP 服务器

by Mr-House

2 stars
422 downloads
Not rated
GitHub

Description

# Bilibili MCP 服务器 这是一个用于与Bilibili API交互的MCP服务器项目。 ## 功能特性 - 提供Bilibili API的通用搜索功能 - 支持通过MCP协议与其他系统集成 ## 安装 1. 确保已安装Python 3.10+(由.python-version指定) 2. 使用uv安装依赖: ```bash uv pip install -r requirements.txt ``` ## 使用 启动MCP服务器: ```bash uv --directory…

About

# Bilibili MCP 服务器 这是一个用于与Bilibili API交互的MCP服务器项目。 ## 功能特性 - 提供Bilibili API的通用搜索功能 - 支持通过MCP协议与其他系统集成 ## 安装 1. 确保已安装Python 3.10+(由.python-version指定) 2. 使用uv安装依赖: ```bash uv pip install -r requirements.txt ``` ## 使用 启动MCP服务器: ```bash uv --directory /Users/zao/project/bilibili-mcp-server run bilibili.py ``` ## 依赖管理 -…

Details

Author
Mr-House
GitHub stars
2
Downloads
422
Categories
Developer Tools

- Provides general search of Bilibili content
- Integrates with other systems via MCP protocol
- Uses Python 3.10+ and uv for dependency management

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bilibili MCP 服务器
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bilibili mcp \u670d\u52a1\u5668": {
            "bilibili-mcp-server-mr-house": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-r",
                    "requirements.txt"
                ]
            }
        }
    }
}

McpServers

{
    "bilibili-mcp-server-mr-house": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-r",
            "requirements.txt"
        ]
    }
}

Bilibili MCP 服务器

这是一个用于与Bilibili API交互的MCP服务器项目。

功能特性

- 提供Bilibili API的通用搜索功能
- 支持通过MCP协议与其他系统集成

安装

1. 确保已安装Python 3.10+(由.python-version指定)
2. 使用uv安装依赖:

   uv pip install -r requirements.txt

使用

启动MCP服务器:

uv --directory /Users/zao/project/bilibili-mcp-server run bilibili.py

依赖管理

- 依赖项由pyproject.toml定义
- 使用uv.lock锁定依赖版本

贡献

欢迎提交Pull Request。请确保:
- 代码符合PEP 8规范
- 添加必要的单元测试
- 更新相关文档

许可证

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.