bilibili MCP Server
Englisch |简体中文
Model Context Protocol ( MCP )-Server für die bilibili.com -API.
Merkmale
Benutzerinformationen
- [x] Benutzerinformationen bis
mid
erhalten - [x] Suche nach Videoinformationen nach
bvid
- [x] Videos nach Schlüsselwörtern suchen
Verwendung
Claude Desktop
Siehe die offizielle Dokumentation
Konfiguration für npm (empfohlen)
oder
Konfiguration für lokales geklontes Repo
Speichern Sie die Konfiguration und starten Sie neu. Die neue bilibili MCP
Option wird wie folgt angezeigt:
Demo-Video
https://github.com/user-attachments/assets/813dece6-c9b5-4bc5-96c1-c3b4d284cc76
Lokale Entwicklung
- Abhängigkeiten installieren
- bauen
- Debuggen für lokales Repo, siehe oben .
Veröffentlichen
So veröffentlichen Sie eine neue Version auf npm:
Diese Befehle führen automatisch Folgendes aus:
- Erhöhen Sie die Version in package.json
- Erstellen des Projekts
- Im NPM-Register veröffentlichen
Credits
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.
Ein Model Context Protocol-Server, der es KI-Assistenten ermöglicht, Benutzerinformationen abzurufen, Videos nach ID zu suchen und Inhalte anhand von Schlüsselwörtern auf bilibili.com zu finden.
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