MCP server that retrieves Bilibili trending videos through its public interface.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bilibili MCP.
下面是为你的 bilibili-mcp 工具生成的 README.md 示例:
一个用于获取 B 站热榜的 MCP 工具,基于 FastMCP 和 B 站公开接口。你可以通过注册到 Cursor 或其他 MCP 客户端,实时调用热门视频数据。
确保使用 Python ≥ 3.12,并安装以下依赖项:
你的主代码文件可以是 bilibili_mcp.py,项目结构如下:
使用 uv 运行工具:
或通过配置文件引用:
FastMCP 会自动暴露一个名为 get_popular 的工具:
get_popular(top_k: int = 3)获取 B 站热榜视频信息,返回最多 top_k 个条目(最大 10 条)。
httpx 实现异步请求stdio 与 MCP 客户端通信(例如 Cursor)User-Agent 为 "qwq",可根据实际情况更改为更合理的字符串。MIT License.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/xspadex-bilibili-mcp)<a href="https://allmcps.com/mcp/xspadex-bilibili-mcp"><img src="https://allmcps.com/api/badge/xspadex-bilibili-mcp?style=directory" alt="Bilibili MCP on AllMCPs" /></a>