MCP.so
ログイン
B

Bilibii Mcp Server

@HEXING19

Bilibii Mcp Server について

这是一个基于Model Context Protocol (MCP)的服务,用于查询B站用户的粉丝数量。通过提供B站用户ID,可以获取该用户的粉丝数。

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

HEXING19

投稿者

HEXING19

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bilibii-mcp-server": {
      "command": "node",
      "args": [
        "test-api.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bilibii Mcp Server?

Bilibii Mcp Server is a Model Context Protocol (MCP) service that queries Bilibili user follower counts. It accepts a Bilibili user ID and returns the user's name and follower count. The service is designed for integration with large language models such as Claude and GPT.

How to use Bilibii Mcp Server?

Install Node.js v16.0.0 or later, clone the repository, run npm install, then start the server with npm start. Use an MCP Inspector to call the getBilibiliFollowerCount tool with the required userId parameter (a numeric Bilibili user ID).

Key features of Bilibii Mcp Server

  • Query follower count by Bilibili user ID.
  • Supports MCP protocol for AI model integration.
  • Includes error handling and detailed logging.

Use cases of Bilibii Mcp Server

  • Integrate Bilibili follower data into AI assistant workflows.
  • Monitor follower counts for multiple Bilibili creators automatically.
  • Build analytics dashboards using data fetched via MCP tools.
  • Verify user identity by cross-checking follower count with other sources.

FAQ from Bilibii Mcp Server

Why does the service require a user ID instead of a username?

Bilibili's API directly supports querying by user ID, which is more reliable and efficient. Usernames can change or duplicate, while IDs are unique.

How are API request failures handled?

The service automatically retries and logs detailed error information to the logs directory for troubleshooting.

What are the prerequisites to run this server?

You need Node.js v16.0.0 or higher and a package manager like npm or yarn.

How do I find a Bilibili user ID?

Visit the user's space page and look at the URL (e.g., space.bilibili.com/163637592); the numeric segment is the user ID.

コメント

「その他」の他のコンテンツ