MCP.so
Sign In

bilibili_mcp_server_full

@Jasonw372

About bilibili_mcp_server_full

便于安装的Bilibili MCP服务器

Basic information

Category

Other

License

GPL-3.0 license

Runtime

python

Transports

stdio

Publisher

Jasonw372

Config

Add this server to your MCP-compatible client using the configuration below.

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

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

bilibili_mcp_server_full 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.

How to use bilibili_mcp_server_full?

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.

Key features of bilibili_mcp_server_full

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

Use cases of bilibili_mcp_server_full

FAQ from bilibili_mcp_server_full

Comments

More Other MCP servers