/ ディレクトリ / プレイグラウンド / bilibili-mcp-js
● コミュニティ 34892002 ⚡ 即起動

bilibili-mcp-js

作者 34892002 · 34892002/bilibili-mcp-js

Bilibili video search MCP - query China's largest video community by keyword, filter, and category.

bilibili-mcp-js is a Model Context Protocol server by 34892002. Bilibili video search MCP - query China's largest video community by keyword, filter, and category. See the source repo for setup, supported clients, and configuration details.

なぜ使うのか

主な機能

ライブデモ

実際の動作

bilibili-mcp-js.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "bilibili-mcp-js": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/34892002/bilibili-mcp-js"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "bilibili-mcp-js": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/34892002/bilibili-mcp-js"
      ]
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "bilibili-mcp-js": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/34892002/bilibili-mcp-js"
      ]
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bilibili-mcp-js": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/34892002/bilibili-mcp-js"
      ]
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "bilibili-mcp-js",
      "command": "TODO",
      "args": [
        "See README: https://github.com/34892002/bilibili-mcp-js"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "bilibili-mcp-js": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/34892002/bilibili-mcp-js"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add bilibili-mcp-js -- TODO 'See README: https://github.com/34892002/bilibili-mcp-js'

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: bilibili-mcp-js

Use bilibili-mcp-js for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

使うタイミング: You need the capability: Bilibili video search MCP - query China's largest video community by keyword, filter, and category.

前提条件
  • MCP server installed — See https://github.com/34892002/bilibili-mcp-js for install instructions
フロー
  1. Install
    Install bilibili-mcp-js following the README at https://github.com/34892002/bilibili-mcp-js✓ コピーしました
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use bilibili-mcp-js to complete the task described in its docs.✓ コピーしました
    → Agent calls the relevant tool/skill and returns a result

結果: Working integration with the capabilities advertised by the project.

注意点
  • README is the source of truth; details here may lag upstream — Check https://github.com/34892002/bilibili-mcp-js for the latest setup steps and tool list

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る