by 34892002 · MCP Server · ★ 161
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Bilibili MCP 简介 这是一个基于 Model Context Protocol (MCP) 的 B站视频搜索服务器。该服务器提供了简单的 API 接口,允许用户搜索 B站 的视频内容。提供LangChain调用示例、测试脚本。 鸣谢 LangChain 示例代码参考自 mcp-langchain-ts-client 功能特点 搜索B站视频内容简介列表 获取B站热门内容(综合热门、入站必刷、排行榜、全站音乐榜) 获取B站视频详情信息(支持BV号或AV号) 获取UP主信息(基本信息、粉丝数、关注数等) 番剧时间表(时间范围内的番剧播出信息) 系统要求 Node.js = 20.12.0 AI工具使用配置 以Trae为例 npm package 感谢HQHC发布的npm包 本地编译使用 需要编译之后才可以使用. 先npm run build然后这里改成你build之后的dist文件夹路径,"args": ["d:\\your-path\\bilibili-mcp-js\\dist\\index.js"] 快速开始 如果要运行langchain例子,请先配置llm模型,修改.\example.ts文件。 javascript const llm = new ChatOpenAI({ modelName: "gpt-4o-mini"
| Stars | 161 |
| Forks | 28 |
| Language | JavaScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 65.0954091709111/100 |
| Last Updated | 2026-03-30 |
| Created | 2025-03-24 |
| Platforms | mcp, node |
| Est. Tokens | ~29k |
These tools work well together with bilibili-mcp-js for enhanced workflows:
Explore other popular mcp server tools:
bilibili-mcp-js is Bilibili video search MCP (Model Context Protocol) service - 哔哩哔哩视频搜索MCP服务. It is categorized as a MCP Server with 161 GitHub stars.
bilibili-mcp-js is primarily written in JavaScript. It covers topics such as bilibili, mcp.
You can find installation instructions and usage details in the bilibili-mcp-js GitHub repository at github.com/34892002/bilibili-mcp-js. The project has 161 stars and 28 forks, indicating an active community.
bilibili-mcp-js is released under the MIT license, making it free to use and modify according to the license terms.