
Bilibili MCP Integration
Integrate FlowHunt with the Bilibili MCP Server to automate access to Bilibili’s video and user data, enable advanced content discovery, and power intelligent w...

Integrate AI workflows with the bilibili MCP Server to access and analyze user profiles, video information, and perform content searches directly from bilibili.com.
The bilibili MCP Server is a Model Context Protocol (MCP) server designed to connect AI assistants and applications with the bilibili.com API. By serving as a bridge, it enables AI-powered workflows to access and retrieve information from bilibili, such as user profiles, video metadata, and search results. This integration enhances the capabilities of AI assistants for tasks involving video content discovery, user data retrieval, and content analysis. Developers can leverage this server to automate and streamline workflows that require interaction with bilibili’s vast content ecosystem, making it easier to incorporate up-to-date video and user information into various applications or research projects.
No prompt templates are explicitly mentioned in the available documentation or code.
No explicit resource primitives are listed in the available documentation or code.
midmid).bvidbvid.bvid, streamlining workflows for content curation or analysis.{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}
If the bilibili API requires authentication, use environment variables for sensitive keys. Here is an example configuration:
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"],
"env": {
"BILIBILI_API_KEY": "${BILIBILI_API_KEY}"
},
"inputs": {
"apiKey": "${BILIBILI_API_KEY}"
}
}
}
}
Replace "BILIBILI_API_KEY" with your actual environment variable name.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"bilibili": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “bilibili” to the actual name of your MCP server and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No resource primitives documented |
| List of Tools | ✅ | User info, video info, video search tools listed |
| Securing API Keys | ✅ | Example provided |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation and server features, the bilibili MCP Server provides essential tools for interaction with the bilibili API but lacks detailed documentation on resources, prompts, and advanced MCP features such as roots and sampling. Its integration instructions are clear and it is open source with a permissive license. Rating: 5/10.
| Has a LICENSE | ✅ |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 1 |
| Number of Stars | 4 |
Automate and enrich your AI solutions with real-time video and user data from bilibili. Start building powerful workflows today.

Integrate FlowHunt with the Bilibili MCP Server to automate access to Bilibili’s video and user data, enable advanced content discovery, and power intelligent w...

The YouTube MCP Server enables FlowHunt AI agents to interact programmatically with YouTube, automating video analytics, transcript retrieval, content managemen...

The Bing Search MCP Server integrates Microsoft Bing Search API with FlowHunt and other AI clients, enabling real-time web, news, and image search capabilities ...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.