bilibili_mcp_server_full

by Jasonw372

161 downloads
Not rated
GitHub

About

bilibilimcpserverfull is an MCP (Model Context Protocol) server for Bilibili that supports the latest MCP protocol. It is designed for easy installation, uses uv as its package manager, and is recommended for use with Cherry Studio.

Details

Author
Jasonw372
Downloads
161
Categories
Other

- Supports the latest MCP protocol.
- Uses uv for fast and reliable package management.
- Recommended for use with Cherry Studio.
- Easy installation via uvx.

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_server_full
    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

Install via uvx by adding the following configuration: "bilibili-mcp-server-full": { "command": "uvx", "args": ["bilibili-mcp-server-full@latest", "check"] }. For development, run uv sync to install dependencies, then use uv run mcp dev src/bilibili_mcp_server_full/server.py for MCP debugging or uv run --with mcp mcp run src/bilibili_mcp_server_full/server.py for client debugging.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "bilibili_mcp_server_full": {
            "bilibili-mcp-server-full": {
                "command": "uvx",
                "args": [
                    "bilibili-mcp-server-full@latest",
                    "check"
                ]
            }
        }
    }
}

McpServers

{
    "bilibili-mcp-server-full": {
        "command": "uvx",
        "args": [
            "bilibili-mcp-server-full@latest",
            "check"
        ]
    }
}

bilibili_mcp_server_full

目前最便于安装的Bilibili MCP服务器, 支持最新的MCP协议,推荐使用Cherry Studio进行开发和使用,采用uv作为包管理工具。

开发

安装依赖

使用uv开发工具,安装依赖

uv sync

Mcp Debug

uv run mcp dev src/bilibili_mcp_server_full/server.py

Client Debug

uv run --with mcp mcp run src/bilibili_mcp_server_full/server.py

安装

"bilibili-mcp-server-full": {
  "command": "uvx",
  "args": [
    "bilibili-mcp-server-full@latest",
    "check"
  ],
  "disabled": false
}

Cherry Studio使用

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.