ビリビリ MCP サーバー
English |简体中文
bilibili.com API 用のモデル コンテキスト プロトコル ( MCP ) サーバー。
特徴
ユーザー情報
- [x]
mid
までにユーザー情報を取得する - [x]
bvid
でビデオ情報を検索 - [x] キーワードで動画を検索
使用法
クロードデスクトップ
公式ドキュメントを参照してください
npm の設定(推奨)
または
ローカルクローンリポジトリの設定
設定を保存して再起動します。以下のように、新しいbilibili MCP
オプションが表示されます。
デモビデオ
https://github.com/user-attachments/assets/813dece6-c9b5-4bc5-96c1-c3b4d284cc76
地域開発
- 依存関係をインストールする
- 建てる
- ローカル リポジトリのデバッグについては、上記を参照してください。
出版
新しいバージョンを npm に公開するには:
これらのコマンドは自動的に次の処理を実行します。
- package.json のバージョンを上げる
- プロジェクトを構築する
- npmレジストリに公開する
クレジット
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 で動画を検索したり、キーワードでコンテンツを検索したりできるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -353PythonMIT License
- AsecurityFlicenseAqualityA 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 -188314JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables searching YouTube videos, retrieving and storing transcripts, and performing semantic search over video content without using the official YouTube API.Last updated -5PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables web search capabilities using the Tavily API, allowing AI models to retrieve current information from the internet through natural language commands.Last updated -Python