Skip to main content
Glama

bilibili MCP Server

by wangshunnn

ビリビリ MCP サーバー

English |简体中文

bilibili.com API 用のモデル コンテキスト プロトコル ( MCP ) サーバー。

特徴

ユーザー情報

  • [x] midまでにユーザー情報を取得する
  • [x] bvidでビデオ情報を検索
  • [x] キーワードで動画を検索

使用法

クロードデスクトップ

公式ドキュメントを参照してください

npm の設定(推奨)

{ "mcpServers": { "bilibili": { "command": "npx", "args": ["-y", "@wangshunnn/bilibili-mcp-server"] } } }

または

ローカルクローンリポジトリの設定

{ "mcpServers": { "bilibili": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/bilibili-mcp-server/dist/index.js" ] } } }

設定を保存して再起動します。以下のように、新しいbilibili MCPオプションが表示されます。

デモビデオ

https://github.com/user-attachments/assets/813dece6-c9b5-4bc5-96c1-c3b4d284cc76

地域開発

  1. 依存関係をインストールする
pnpm i
  1. 建てる
pnpm build # or pnpm dev
  1. ローカル リポジトリのデバッグについては、上記を参照してください。

出版

新しいバージョンを npm に公開するには:

# For patch version update (0.0.x) pnpm publish:patch # For minor version update (0.x.0) pnpm publish:minor # For major version update (x.0.0) pnpm publish:major

これらのコマンドは自動的に次の処理を実行します。

  1. package.json のバージョンを上げる
  2. プロジェクトを構築する
  3. npmレジストリに公開する

クレジット

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントが bilibili.com でユーザー情報を取得したり、ID で動画を検索したり、キーワードでコンテンツを検索したりできるようにするモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. ユーザー情報
  2. 使用法
    1. クロードデスクトップ
  3. 地域開発
    1. 出版
      1. クレジット

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
          Last updated -
          1
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI assistants to search and access information stored in Kibela, supporting note search, retrieval, creation and updating.
          Last updated -
          6
          107
          9
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
          Last updated -
          1
          44
          8
          JavaScript
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server implementation that enables AI assistants like Claude to perform Google searches and retrieve web data directly through natural language requests.
          Last updated -
          1
          114
          28
          TypeScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/wangshunnn/bilibili-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server