Bilibili Comments
About
Fetch Bilibili video comments in bulk, including nested replies. Requires a Bilibili cookie for authentication.
Details
- Author
- 222wcnm
- Downloads
- 486
- Categories
- Web Scraping, Other
- Tags
- #social-media, #video
Jump to
- Retrieve Bilibili video comments with pagination support.
- Include nested (louzhonglou) replies when enabled.
- Sort comments by time or popularity.
- Specify page size from 1 to 49 comments.
- Requires a valid Bilibili cookie for authentication.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bilibili CommentsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies (@modelcontextprotocol/sdk and axios), then configure your MCP client to run the bilibili_mcp.js script, passing your Bilibili cookie via the environment variable BILIBILI_COOKIE. Invoke the tool get_video_comments with parameters such as bvid or aid, page, pageSize, sort, and includeReplies.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bilibili comments": {
"bilibili-comments": {
"command": "node",
"args": [
"/path/to/bilibili_mcp.js"
],
"env": {
"BILIBILI_COOKIE": "your_bilibili_cookie_here"
}
}
}
}
}
McpServers
{
"bilibili-comments": {
"command": "node",
"args": [
"/path/to/bilibili_mcp.js"
],
"env": {
"BILIBILI_COOKIE": "your_bilibili_cookie_here"
}
}
}
{ "mcpServers": { "bilibili-comments": { "command": "npx", "args": ["-y", "bilibili-comments-mcp"], "env": { "BILIBILI_SESSDATA": "your_bilibili_sessdata_here" } } } }
{ "bvid": "BV1xx411c7mD", "page": 1, "pageSize": 20, "sort": 1, "includeReplies": true, "outputFormat": "markdown" }
{ "bvid": "BV1xx411c7mD", "page": 1, "pageSize": 20, "sort": 0, "includeReplies": false, "outputFormat": "json" }
{ "dynamic_id": "123456789", "page": 1, "pageSize": 10, "includeReplies": true, "outputFormat": "markdown" }
- 在B站手机App中打开想要获取评论的动态
- 点击分享按钮
- 选择"复制链接"
- 链接格式通常为:https://t.bilibili.com/动态ID
- 提取链接中的数字部分作为dynamic_id参数
Unified MCP server giving any AI agent access to 20+ social platforms, web search, scraping, and crypto data — one install, any MCP client.
MCP server for Al Jazeera 360 — Connect AI assistants to Al Jazeera's streaming catalog. Search, browse, and retrieve Arabic video content with direct watch links.
🕷️ 9 MCP tools for web scraping, browser automation, vision, transcription and RAG query
Interact with the Bilibili video website, enabling actions like searching for videos, retrieving video information, and accessing user data.
Extract watermark-free video links and copy from Douyin.
A high-performance x402 intelligence gateway providing 20+ social and web endpoints. Powered by 6-stage routing logic—including cloud-rendered JS fetches, residential IP rotation, and automatic settlement refunds for blocked hosts. Built for AI Agents that require reliable, pay-per-request access to LinkedIn, Reddit, Instagram, and beyond without API key management
One social-video URL in → metadata, transcript (captions or Whisper), engagement insights, and parametric frames out. 6 platforms (YouTube, Shorts, TikTok, Instagram, Pinterest, Reddit). REST + MCP. Pay per call with x402 (USDC), no account.
Access and manage LinkedIn data and user accounts using the HorizonDataWave API.
Provides real-time hot trending topics from major Chinese social platforms and news sites.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




