Bilibili Video Info Mcp
@lesir831
About Bilibili Video Info Mcp
哔哩哔哩视频字幕、评论、弹幕获取
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibili-video-info-mcp": {
"command": "uvx",
"args": [
"bilibili-video-info-mcp"
],
"env": {
"SESSDATA": "your valid sessdata"
}
}
}
}Tools
3获取B站视频的字幕内容 Args: url: B站视频链接,例如 https://www.bilibili.com/video/BV1x341177NN Returns: 列表形式的字幕内容,按语言分组
获取B站视频的弹幕内容 Args: url: B站视频链接,例如 https://www.bilibili.com/video/BV1x341177NN Returns: 列表形式的弹幕内容
获取B站视频的热门评论 Args: url: B站视频链接,例如 https://www.bilibili.com/video/BV1x341177NN Returns: 列表形式的热门评论
Overview
What is Bilibili Video Info Mcp?
Bilibili Video Info Mcp is an MCP (Model Context Protocol) server that retrieves subtitles, danmaku (barrage), and comments from Bilibili videos. It is designed for users who want to integrate Bilibili video information into AI-powered workflows.
How to use Bilibili Video Info Mcp?
Configure your MCP client with the command uvx and arguments ["bilibili-video-info-mcp"]. Set the environment variable SESSDATA to your valid Bilibili session cookie. Invoke the tools get_subtitles, get_danmaku, or get_comments by providing the video URL as the url argument.
Key features of Bilibili Video Info Mcp?
- Fetches video subtitles via
get_subtitlestool. - Retrieves danmaku (barrage) via
get_danmakutool. - Gets video comments via
get_commentstool. - Uses Bilibili session cookie for authentication.
- Supports standard and shortened Bilibili URLs.
Use cases of Bilibili Video Info Mcp?
- Integrate Bilibili video subtitles into an AI assistant for content analysis.
- Extract danmaku reactions for sentiment analysis or trend tracking.
- Gather video comments for summarization or review aggregation.
FAQ from Bilibili Video Info Mcp
How do I find my SESSDATA?
Log into Bilibili, open browser developer tools (F12), go to Application/Storage → Cookies, and copy the value for SESSDATA.
What does the error "SESSDATA environment variable is required" mean?
It means the SESSDATA environment variable has not been set. Ensure you export it (e.g., export SESSDATA="your value") before starting the MCP server.
What video link formats does Bilibili Video Info Mcp support?
It supports standard Bilibili links (e.g.,
Frequently asked questions
How do I find my SESSDATA?
Log into Bilibili, open browser developer tools (F12), go to Application/Storage → Cookies, and copy the value for `SESSDATA`.
What does the error "SESSDATA environment variable is required" mean?
It means the `SESSDATA` environment variable has not been set. Ensure you export it (e.g., `export SESSDATA="your value"`) before starting the MCP server.
What video link formats does Bilibili Video Info Mcp support?
It supports standard Bilibili links (e.g.,
Basic information
More Media & Design MCP servers
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Comments