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
}
Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.
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).
Download webpages as markdown files using the r.jina.ai service, with configurable directories and persistent settings.
Dynamically scan and analyze potentially malicious URLs using the urlDNA.io
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
Enable AI agents to get structured data from unstructured web with AgentQL.
Integrate real-time Scrapeless Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications. This server enables dynamic context retrieval for AI workflows, chatbots, and research tools.
Web content fetching and conversion for efficient LLM usage
Render website screenshots with ScreenshotOne