Skip to main content
Glama

bilibili MCP Server

by wangshunnn

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)

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

oder

Konfiguration für lokales geklontes Repo

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

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

  1. Abhängigkeiten installieren
pnpm i
  1. bauen
pnpm build # or pnpm dev
  1. Debuggen für lokales Repo, siehe oben .

Veröffentlichen

So veröffentlichen Sie eine neue Version auf 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

Diese Befehle führen automatisch Folgendes aus:

  1. Erhöhen Sie die Version in package.json
  2. Erstellen des Projekts
  3. Im NPM-Register veröffentlichen

Credits

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.

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.

  1. Merkmale
    1. Benutzerinformationen
  2. Verwendung
    1. Claude Desktop
  3. Lokale Entwicklung
    1. Veröffentlichen
      1. Credits

        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