Bilibili MCP 服务器
@LittleSix1
About Bilibili MCP 服务器
mcp-server学习
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibili-mcp-server-littlesix1": {
"command": "uv",
"args": [
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bilibili MCP 服务器?
Bilibili MCP 服务器是一个基于 Model Context Protocol (MCP) 的示例项目,用于演示如何创建 MCP 服务器并与 Bilibili API 进行交互。它主要面向开发者或希望将 Bilibili 搜索功能集成到 AI 工具中的用户。
How to use Bilibili MCP 服务器?
服务器以 stdio 模式启动,通过运行 uv run main.py 命令即可启动。启动后,服务器会等待接收 MCP 协议命令,无需额外配置。
Key features of Bilibili MCP 服务器
- 提供
general_search搜索工具 - 支持通过关键词在 Bilibili 搜索内容
- 基于 MCP 协议,易于与其他 AI 模型集成
- 简单的 Python 实现,适合学习 MCP 开发
Use cases of Bilibili MCP 服务器
- 将 Bilibili 搜索功能嵌入到聊天机器人或 AI 助手
- 作为 MCP 服务器开发的入门示例学习
- 快速搭建 Bilibili 内容搜索的 API 代理
FAQ from Bilibili MCP 服务器
这个服务器主要用来做什么?
它是一个 MCP 协议示例,提供一个搜索工具,允许通过关键词在 Bilibili 上搜索内容。
如何运行这个服务器?
在项目目录下执行 uv run main.py 即可启动服务器,它会以 stdio 模式运行。
这个服务器提供哪些功能?
目前只提供 general_search 这一个工具,用于根据关键词搜索 Bilibili 内容。
需要什么依赖或运行时?
README 未明确列出所有依赖,但通过 uv run main.py 启动,暗示需要 Python 和 uv 工具。
支持其他搜索类型吗?
不支持。目前仅实现通用搜索 (general_search),其他功能未在 README 中提及。
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments