bilibili-mcp-server

huccihuang/bilibili-mcp-server
★ 181 stars Python 🔌 API Integration Updated 1mo ago
MCP Server for the Bilibili API, supporting various operations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bilibili-mcp-server": {
      "command": "uvx",
      "args": [
        "bilibili-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install bilibili-mcp-server