MCP.so
登录
B

Bilibili Api Mcp Server

@SMYB5431

关于 Bilibili Api Mcp Server

暂无概览

基本信息

分类

开发工具

传输方式

stdio

发布者

SMYB5431

提交者

SMYB5431

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "bilibili": {
      "type": "stdio",
      "isActive": true,
      "command": "uvx",
      "args": [
        "bilibili-api-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Bilibili Api Mcp Server?

An MCP (Model Context Protocol) server that wraps the Bilibili API, enabling AI assistants to search for videos and users, retrieve user content, and fetch video danmaku (bullet comments). It is intended for developers integrating Bilibili data into MCP-compatible clients.

How to use Bilibili Api Mcp Server?

Use uvx bilibili-api-mcp-server as the command in any MCP client’s JSON configuration. Alternatively, clone the repository, install dependencies with uv sync, and point the client to the local installation. The server exposes multiple tools for searching, user content retrieval, and danmaku fetching.

Key features of Bilibili Api Mcp Server

  • Intelligent video search and recommendation with rationales
  • Search Bilibili users by name, sortable by followers
  • Retrieve user’s latest posts, videos, and public collections
  • Fetch danmaku (bullet comments) from any video
  • Supports exact-match user lookup and fuzzy collection search

Use cases of Bilibili Api Mcp Server

  • AI assistant that recommends Bilibili videos based on user queries
  • Automated content curation from a creator’s uploads and collections
  • Collecting demographic data on Bilibili users (via follower counts)
  • Analysing video popularity and audience engagement from search results
  • Extracting danmaku for sentiment or trend analysis in videos

FAQ from Bilibili Api Mcp Server

What does this server do?

It provides an MCP interface to the Bilibili API, allowing MCP clients to search videos, find users, retrieve user content (videos, posts, collections), and fetch video danmaku programmatically.

What runtime or dependencies are required?

Python with uv (a fast project manager). The server can be run via uvx from PyPI without manual installation, or cloned and run locally with uv sync.

How do I configure the server in an MCP client?

Add a JSON entry under mcpServers with command uvx and args ["bilibili-api-mcp-server"]. For local development, use uvx with --directory pointing to the cloned repository.

What kind of data does the server access?

It accesses publicly available Bilibili data: video search results, user profiles, user dynamics (posts), video lists, collection metadata, and danmaku. No authentication or private data is required.

Are there any limits on the operations?

The README does not specify API rate limits or authentication requirements; it only mentions configurable result counts (e.g., top 15 videos by default).

评论

开发工具 分类下的更多 MCP 服务器