
YouTube MCP Server Integration
The YouTube MCP Server enables FlowHunt AI agents to interact programmatically with YouTube, automating video analytics, transcript retrieval, content managemen...
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.
mid
mid
).bvid
bvid
.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 |
The bilibili MCP Server is a Model Context Protocol server that bridges AI assistants and applications to the bilibili.com API, enabling access to user profiles, video metadata, and search results for content automation and analysis.
It provides tools for retrieving user information by user ID (mid), fetching video metadata by bvid, and searching for videos by keywords.
Use cases include automated user data retrieval, video metadata extraction, content discovery, real-time monitoring, and enriching apps or bots with up-to-date bilibili data.
Store sensitive API keys in environment variables and reference them in your MCP server configuration. Example: { "env": { "BILIBILI_API_KEY": "
Add the MCP component to your workflow, configure it with your server’s details, and connect it to your AI agent in FlowHunt. This allows your agent to access all bilibili tools and data.
Automate and enrich your AI solutions with real-time video and user data from bilibili. Start building powerful workflows today.
The YouTube MCP Server enables FlowHunt AI agents to interact programmatically with YouTube, automating video analytics, transcript retrieval, content managemen...
The YouTube Video Summarizer MCP Server lets AI assistants and developers extract and summarize YouTube video content—including titles, descriptions, and transc...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...