SocialDataX Bilibili MCP
Provides tools for interacting with Bilibili's public data, including searching videos and articles, retrieving content details, comments, replies, likes, user profiles, posted content, download manifests, and speech-to-text transcription.
Bilibili MCP
This public listing provides connection metadata and client examples for the hosted SocialDataX Bilibili MCP service. The implementation is privately hosted; this directory contains public connection materials only.
Service
Hosted MCP endpoint:
https://mcp.socialdatax.com/bilibili/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/bilibili-insightsFuture registry name:
com.socialdatax/bilibili-insightsCurrent public capability version:
0.1.2
Related MCP server: MediaCrawler MCP Server
Scope
Use this service for public Bilibili video, article, dynamic, creator, comment, reaction, download-manifest, and speech-to-text research. It does not provide account login, posting, editing, liking, commenting, following, or other account actions.
Tools
The public server card is the source of truth for descriptions and schemas. The current tools are:
Tool | Purpose |
| Query the current API Key account balance. |
| Search public videos; use when a search term is available, and continue with |
| Search public articles; use when a search term is available, and continue with |
| Read video, article, or dynamic details from a content ID. |
| Read details from a Bilibili link or share text. |
| Read a video download manifest from a video URL. |
| Read first-level comments from a content ID. |
| Read first-level comments from a content link. |
| Read replies using the content target and first-level comment ID. |
| Read article or dynamic likes and reposts by post ID. |
| Read article or dynamic likes and reposts by URL. |
| Read a creator profile by user ID. |
| Read a creator profile from a profile URL. |
| Read a creator's public videos by user ID. |
| Read a creator's public videos by profile URL. |
| Read a creator's public articles by user ID. |
| Read a creator's public articles by profile URL. |
| Read a creator's public dynamics by user ID. |
| Read a creator's public dynamics by profile URL. |
| Submit transcript work from a video URL. |
| Submit transcript work from a BV ID. |
| Check a submitted transcript job by |
Search tools support opaque page_token pagination. When a Bilibili link or ID is already available, use the matching detail, comment, creator, or transcript tool instead of searching again.
Quick Start
Use the hosted endpoint directly when the client supports authenticated streamable-http:
{
"mcpServers": {
"socialdatax-bilibili": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/bilibili/mcp",
"headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
}
}
}For command/stdio-only clients, use npx -y mcp-remote https://mcp.socialdatax.com/bilibili/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>". See the files in examples for client-specific configuration.
Request or manage API access at https://socialdatax.com/ai?from=github. Never commit a real API Key.
Directory Metadata
server-card.json is the directory metadata for this hosted service.
mcp.json is the command/stdio fallback configuration.
SUBMISSION_CHECKLIST.md records the publication checks.
This server cannot be deployed
Maintenance
Related MCP Connectors
Bilibili public video, article, dynamic, creator, comments, reactions, and transcript tools.
Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p…
MCP server: AI-agent access to Chinese social & trend signals — Douyin, Weibo, Xiaohongshu/RedNote,
WeChat Channels videos, comments, users, transcripts, and Official Account article details.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceRead-only Douyin / 抖音 MCP by SocialDataX for hot search, work search/details, comments and replies, creator profiles, creator works, and creator series.38 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for crawling social media platforms (e.g., Bilibili) by keywords, video IDs, or creator IDs, with support for MySQL, JSON, and CSV storage.39MIT
- AlicenseBqualityAmaintenanceBilibili MCP server enabling video search, comment management, danmaku, user info, dynamics, live streaming analysis, and more via 31 tools.3116 npm3MIT
- AlicenseNot gradedqualityBmaintenanceKuaishou MCP by SocialDataX for hot search, work and user search, work details, comments and replies, creator profiles, and video speech-to-text transcripts.MIT