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
}
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
Interact with WebScraping.AI for web data extraction and scraping.
Fetch the content of a remote URL as Markdown with Jina Reader.
An MCP server using Playwright for browser automation and webscrapping
Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
Secure fetch to prevent access to local resources
Playwright MCP server
A MCP server that provides comprehensive website snapshot capabilities using Playwright. This server enables LLMs to capture and analyze web pages through structured accessibility snapshots, network monitoring, and console message collection.
A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).