Bilibili Live Connector for AI agents.
10 live capabilities
Monitor live stream donations and danmaku for VTuber management.
Waiting for input…
Why people use Bilibili Live
Bilibili Live for Automated VTuber Donation Tracking
This Connector lets your agent do the work for you. It pulls the data from the Bilibili Open Live Platform and puts it into a clean format. You get a live feed of donations that can go straight into your CRM or ledger without a single manual click.
What Vinkius changes
That you turn a chaotic live stream into a structured data feed your AI can actually use.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Donation Logging
A VTuber agency needs to log all donations for a monthly report.
- Real-world use case 02
High-Volume Chat Moderation
A moderator is overwhelmed by toxic chat during a high-traffic event.
- Real-world use case 03
Stream Stability Reporting
An esports host wants to know if their stream is stable.
Complete set · 10capabilities
The complete Bilibili Live capability set.
These are the exact actions your AI can choose when you ask it to work with Bilibili Live.
01—04
4 capabilities in this set.
Part of 10 available through Bilibili Live.
- 01 Capability
Get gift history
View recent virtual items gifted in the room. It helps you track the flow of virtual goods during a broadcast.
- 02 Capability
Get guard list
Get a list of active "Guards" like Captains or Admirals in the room. This shows you who is currently leading the community.
- 03 Capability
Get room info
Start the app connection and get high-level room configuration. This is the first step to getting any other room data.
- 04 Capability
Get room play info
Get stream playback URLs and live status. Use this to check if a stream is actually running.
05—07
3 capabilities in this set.
Part of 10 available through Bilibili Live.
- 05 Capability
Get streamer info
Retrieve the broadcaster's public account details. This helps your agent identify the host and their status.
- 06 Capability
Get super chats
Extract actively purchased Super Chats. This is the easiest way to grab real-time financial donations.
- 07 Capability
Update room title
Change the streamer's live room title. This allows your agent to manage the room's branding on the fly.
08—10
3 capabilities in this set.
Part of 10 available through Bilibili Live.
- 08 Capability
Get danmu config
Get the WebSockets configuration for bullet chat. This allows your agent to understand how to read the danmaku stream.
- 09 Capability
Get fans medal info
Check a user's fan medal level in the current room. This helps you identify high-tier supporters quickly.
- 10 Capability
Send danmu
Send a message into the broadcast as the developer account. Use this to push automated updates to the audience.
Set up in minutes
One URL. Then ask Bilibili Live to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bilibili Live from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Bilibili Live, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bilibili Live for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Bilibili Live URL.
- Step 03
Save and start
Save the connection and enable Bilibili Live in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bilibili-live": {
"url": "https://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Bilibili Live
Open Agent mode in chat and ask: "Using Bilibili Live, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bilibili-live": {
"url": "https://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Bilibili Live
Ask Copilot: "Using Bilibili Live, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bilibili-live": {
"url": "https://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Bilibili Live
Open Cascade and ask: "Using Bilibili Live, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bilibili-live": {
"url": "https://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Bilibili Live
Ask Cline: "Using Bilibili Live, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bilibili-live --transport http "https://edge.vinkius.com/vk_preview_zekfDnjvobPr0gF1JZ13aZQ4HBZiSlUtdJE4ryaQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Bilibili Live
Ask Claude: "Using Bilibili Live, show me...". 10 tools are ready
Where the request belongs
Work Bilibili Live can move forward.
This is for live stream managers and community mods who are drowning in high-volume chat and need to automate the boring parts of viewer engagement and data logging.
VTuber Agency Manager
Tracks donation waves and maps them to CRM logs without manual entry.
Community Moderator
Uses the agent to filter toxic word dumps across hundreds of messages per second.
Esports Broadcaster
Pulls room stability and viewership metrics for executive reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTwitch
Manage your Twitch channel. audit streams, followers, and clips via AI.
Douyu
Automate game broadcasting metrics via the Douyu API. monitor live streamer activity, track esports massive bullet-chats, and extract audience retention natively from any AI agent.
100ms
Manage video rooms, active sessions, and participants on 100ms. the powerful live video infrastructure.
Dyte
Manage live video and audio experiences via Dyte. create meetings, manage participants, and control recordings or livestreams directly from any AI agent.
LiveKit Real-Time Rooms
Manage LiveKit voice and video rooms. create sessions, control participants, mute tracks, and broadcast data from any AI agent.
Livepeer (Decentralized Video)
Manage decentralized video infrastructure via Livepeer. upload assets, manage live streams, create clips, and monitor viewership metrics directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Bilibili Live connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Bilibili Live.
The practical details behind the request, access and result.
Can I use Bilibili Live MCP to track my VTuber's donations?
Yes, it can pull super-chat data directly from the live stream. This means you can automatically log every premium donation into your records without having to watch the feed manually.
How does Bilibili Live MCP help with chat moderation?
It parses the danmaku stream at scale. Your agent can monitor the messages and use the broadcast capabilities to send out warnings or safety messages instantly to the audience.
Can I use it to see how many people are watching?
Yes, the Connector can pull high-level room information including current viewership and popularity metrics, which helps you gauge how the stream is performing in real-time.
Does Bilibili Live MCP work with my current AI client?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf. You just connect the Connector and your agent can start interacting with the Bilibili platform.
Can I send messages to the stream?
Yes, the Connector includes a capability to send messages into the broadcast as a developer account. This is great for pushing automated updates or moderation alerts to the viewers.
What do I need to get started with Bilibili Live MCP?
You'll need to register for the Bilibili Open Live Console to get your AccessKey and Secret. Once you have those, you can plug them into your Connector configuration to begin.
Can my AI automatically aggregate bullet-chat density from a major active esports broadcast directly?
Yes! Utilize the get_room_danmu endpoint integration capability. Your agent will dynamically hook to the channel pinging the rapid incoming stream mapping it natively to your terminal workspace seamlessly bypassing clunky UI obstacles totally.
How do I fetch the exact real-time audience capacity on a specified VTuber room?
Simply ask the agent to run get_room_popularity targeting the internal integer Room ID. The pipeline will isolate the live audience metric securely displaying the engagement index free of visual latency delays instantly in markdown format natively.
Are there destructive capabilities enabling unwarranted permanent room shutdowns programmatically?
Absolutely not. This suite adheres to read-only data mining directives strictly mapping traffic, messages, and identities. No system administration functions or destructive endpoints are configured assuring unbreakable security fences from external tampering continuously.
One connection away
Give your agent a direct line to Bilibili Live.
Connect Bilibili Live once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available