bilibili-mcp-server

MCP server for the bilibili API

GitHub Stars

12

User Rating

Not Rated

Favorites

0

Views

25

Forks

2

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
uv: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/huccihuang/bilibili-mcp-server
cd bilibili-mcp-server

2. Install Dependencies

bash
uv sync

3. Configure MCP Client

Add the following to your MCP client configuration file:
json
{
  "mcpServers": {
    "bilibili": {
      "command": "uv",
      "args": [
        "--directory",
        "/your-project-path/bilibili-mcp-server",
        "run",
        "bilibili.py"
      ]
    }
  }
}

4. Start Server

Start the server from the MCP client.

Troubleshooting

Issue: Server won't start Solution: Check your Python version and ensure uv is installed.