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 installed
Maintenance
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.MIT
- 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
- AlicenseAqualityAmaintenanceBilibili MCP server enabling video search, comment management, danmaku, user info, dynamics, live streaming analysis, and more via 31 tools.31321MIT
- 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
Related MCP Connectors
Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p…
Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402.
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/bilibili-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server