Fetch Bilibili video comments in bulk, including nested replies. Requires a Bilibili cookie for authentication.
一个基于 Model Context Protocol (MCP) 的 B 站视频评论获取工具.
git clone https://github.com/222wcnm/Bilibili-Comments-MCP.git
cd Bilibili-Comments-MCP
npm install @modelcontextprotocol/sdk axios
在 MCP 客户端的配置文件中添加:
{
"mcpServers": {
"bilibili-comments": {
"command": "node",
"args": ["/path/to/bilibili_mcp.js"],
"env": {
"BILIBILI_COOKIE": "your_bilibili_cookie_here"
}
}
}
}
get_video_comments
获取 B 站视频评论,支持分页和楼中楼回复。
参数:
bvid
/ aid
- 视频ID(二选一)page
- 页码,默认1pageSize
- 每页数量(1-49),默认20sort
- 排序:0时间,1热度includeReplies
- 是否包含楼中楼,默认truecookie
- B站Cookie(可选)示例:
{
"bvid": "BV1xx411c7mD",
"page": 1,
"pageSize": 20,
"sort": 1,
"includeReplies": true
}
Fetches cigarette data and information from Yanyue.cn.
Fetches and caches daily articles from GeekNews using web scraping.
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Fetches and converts website content to Markdown with AI-powered cleanup, OpenAPI support, and stealth browsing.
A web crawling framework that integrates the Model Context Protocol (MCP) with the Colly web scraping library.
Extract web data with Firecrawl
AI-powered tools for web scraping, crawling, and browser automation.
A server for browser automation using Playwright, providing powerful tools for web scraping, testing, and automation.
Access YouTube video transcripts and translations using the YouTube Translate API.
Easy web data access. Simplified retrieval of information from websites and online sources.