Back to MCP directory
publicPublicdnsLocal runtime

bilibili-api-mcp-server

一个基于bilibili-api的MCP服务项目

article

README

🚀 B站API - MCP服务器

本项目是一个用于B站API的MCP服务器,借助该服务器,可便捷使用B站相关API功能,为相关开发提供支持。

🚀 快速开始

本项目使用来自 https://github.com/Nemo2011/bilibili-api 的B站API。

💻 使用示例

基础用法

由于文档中未给出具体代码示例,若后续补充代码,可按如下格式展示:

# 这里放置具体的代码示例和注释
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client