Bilibili MCP 服务器
@Mr-House
Bilibili MCP 服务器 について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bilibili-mcp-server-mr-house": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bilibili MCP 服务器?
Bilibili MCP 服务器 is an MCP server project that provides general search functionality for the Bilibili API, enabling integration with other systems via the Model Context Protocol.
How to use Bilibili MCP 服务器?
Ensure Python 3.10 or higher is installed, then install dependencies with uv pip install -r requirements.txt. Start the server by running uv --directory <path-to-project> run bilibili.py.
Key features of Bilibili MCP 服务器
- Provides general search of Bilibili content
- Integrates with other systems via MCP protocol
- Uses Python 3.10+ and uv for dependency management
Use cases of Bilibili MCP 服务器
- Search Bilibili videos or users through MCP clients
- Incorporate Bilibili search results into AI agent workflows
FAQ from Bilibili MCP 服务器
What Python version is required?
Python 3.10 or higher is required.
How do I install dependencies?
Install dependencies by running uv pip install -r requirements.txt in the project directory.
How do I start the Bilibili MCP 服务器?
Run the command uv --directory /Users/zao/project/bilibili-mcp-server run bilibili.py, adjusting the directory path to your local setup.
Is there any authentication or transport configuration?
The README does not specify authentication, transport, or data storage details.
How can I contribute to this project?
Open a Pull Request, ensuring code follows PEP 8, includes unit tests, and updates documentation as needed.
「バージョン管理」の他のコンテンツ
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.

Git
modelcontextprotocolModel Context Protocol Servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Code Review Server
crazyrabbitLTCA MCP server for code reviews
コメント