Skip to main content
Glama

bilibili MCP Server

MIT-lizenziert NPM-Version NPM-Entpackgröße (mit Version)

Englisch |简体中文

Model Context Protocol (

Merkmale

Benutzerinformationen

  • [x] Benutzerinformationen bis mid erhalten

  • [x] Suche nach Videoinformationen nach bvid

  • [x] Videos nach Schlüsselwörtern suchen

Related MCP server: WebSearch-MCP

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

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

Latest Blog Posts

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