article
README
🚀 B站API - MCP服务器
本项目是一个用于B站API的MCP服务器,借助该服务器,可便捷使用B站相关API功能,为相关开发提供支持。
🚀 快速开始
本项目使用来自 https://github.com/Nemo2011/bilibili-api 的B站API。
💻 使用示例
基础用法
由于文档中未给出具体代码示例,若后续补充代码,可按如下格式展示:
# 这里放置具体的代码示例和注释
本项目是一个用于B站API的MCP服务器,借助该服务器,可便捷使用B站相关API功能,为相关开发提供支持。
本项目使用来自 https://github.com/Nemo2011/bilibili-api 的B站API。
由于文档中未给出具体代码示例,若后续补充代码,可按如下格式展示:
# 这里放置具体的代码示例和注释
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
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