Skip to main content
Glama
wangshunnn

bilibili MCP Server

by wangshunnn

bilibili MCP 服务器

麻省理工学院许可 NPM 版本 NPM 解压后大小(含版本)

英语 |简体中文

bilibili.com

特征

用户信息

  • [x] 通过mid获取用户信息

  • [x] 通过bvid搜索视频信息

  • [x] 通过关键词搜索视频

Related MCP server: MCP Kibela

用法

克劳德桌面

参考官方文档

npm 配置(推荐)

{
  "mcpServers": {
    "bilibili": {
      "command": "npx",
      "args": ["-y", "@wangshunnn/bilibili-mcp-server"]
    }
  }
}

或者

本地克隆仓库的配置

{
  "mcpServers": {
    "bilibili": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/bilibili-mcp-server/dist/index.js"
      ]
    }
  }
}

保存配置并重启,您将看到新的bilibili MCP选项,如下所示:

演示视频

https://github.com/user-attachments/assets/813dece6-c9b5-4bc5-96c1-c3b4d284cc76

本地开发

  1. 安装依赖项

pnpm i
  1. 建造

pnpm build
# or
pnpm dev
  1. 针对本地 repo 进行调试,请参阅上文

出版

要将新版本发布到 npm:

# For patch version update (0.0.x)
pnpm publish:patch

# For minor version update (0.x.0)
pnpm publish:minor

# For major version update (x.0.0)
pnpm publish:major

这些命令将自动:

  1. 修改 package.json 中的版本

  2. 构建项目

  3. 发布到 npm 注册表

致谢

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wangshunnn/bilibili-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server