Skip to main content
Browser AutomationTypeScript

xspadex/bilibili-mcp

A FastMCP-based tool that fetches Bilibili's trending videos and exposes them via a standard MCP interface.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/xspadex/bilibili-mcp.git

Claude Desktop configuration example:

{
  "mcpServers": {
    "bilibili-mcpgit": {
      "command": "npx",
      "args": [
        "-y",
        "xspadex/bilibili-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
xspadex