Bilibili MCP 服务器

by LittleSix1

127 downloads
Not rated
GitHub

About

Bilibili MCP 服务器是一个基于 Model Context Protocol (MCP) 的示例项目,用于演示如何创建 MCP 服务器并与 Bilibili API 进行交互。它主要面向开发者或希望将 Bilibili 搜索功能集成到 AI 工具中的用户。

Details

Author
LittleSix1
Downloads
127
Categories
Other

- 提供 general_search 搜索工具
- 支持通过关键词在 Bilibili 搜索内容
- 基于 MCP 协议,易于与其他 AI 模型集成
- 简单的 Python 实现,适合学习 MCP 开发

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

服务器以 stdio 模式启动,通过运行 uv run main.py 命令即可启动。启动后,服务器会等待接收 MCP 协议命令,无需额外配置。

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "bilibili mcp \u670d\u52a1\u5668": {
            "bilibili-mcp-server-littlesix1": {
                "command": "uv",
                "args": [
                    "run",
                    "main.py"
                ]
            }
        }
    }
}

McpServers

{
    "bilibili-mcp-server-littlesix1": {
        "command": "uv",
        "args": [
            "run",
            "main.py"
        ]
    }
}

Bilibili MCP 服务器

这是一个简单的 MCP(Model Context Protocol)服务器示例项目,主要用于演示如何创建 MCP 服务器以及与 Bilibili API 进行交互。

功能

提供了一个搜索工具 general_search,可以通过关键词在 Bilibili 上进行内容搜索。

使用方法

运行服务器:

uv run main.py

服务器将以 stdio 模式启动,准备接收 MCP 协议命令。

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.