MCP.so
Sign In

Bilibili Mcp Server

@ShiDuLin

About Bilibili Mcp Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

ShiDuLin

Config

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

{
  "mcpServers": {
    "bilibili-mcp-server-shidulin": {
      "command": "uv",
      "args": [
        "venv",
        "-p",
        "3.12"
      ]
    }
  }
}

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?

The README does not provide a description. Based solely on the name and configuration instructions, it appears to be an MCP (Model Context Protocol) server for the Bilibili platform, intended for developers to integrate with Bilibili data or services. No further details are available from the README.

How to use Bilibili Mcp Server?

The README explains setup and launch. First, create a Python 3.12 virtual environment with uv venv -p 3.12 and install dependencies with uv sync. Install pre-commit hooks using uv run pre-commit install (required before development). Then start the server either with fastmcp run bilibili_mcp_server.py:mcp or uv run bilibili_mcp_server.py. Configuration is based on mcp_config.json.sample.

Key features of Bilibili Mcp Server

Use cases of Bilibili Mcp Server

FAQ from Bilibili Mcp Server

Comments

More Other MCP servers