biliscribe

by 43EVER

199 downloads
Not rated
GitHub

About

A MCP Server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.

Details

Author
43EVER
Downloads
199
Categories
Other

- Extracts Bilibili video content as structured text
- Output formatted for direct LLM input
- Requires BBDown and ffmpeg as external dependencies
- Published as a Python package via uvx
- Tested on macOS environment

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name biliscribe
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally using uvx mcp-server-biliscribe. Before running, ensure that BBDown and ffmpeg are available from your zsh shell. The server has been tested on macOS only. After installation, the server provides MCP tools that can be triggered by an MCP client to fetch and format Bilibili video content.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "biliscribe": {
            "biliscribe": {
                "command": "uvx",
                "args": [
                    "mcp-server-biliscribe"
                ]
            }
        }
    }
}

McpServers

{
    "biliscribe": {
        "command": "uvx",
        "args": [
            "mcp-server-biliscribe"
        ]
    }
}

biliscribe

A MCP Server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.

一个 MCP Server,将 B站视频转成文字,给大模型总结。

I have only completed testing on macOS. Before running this MCP Server, you need to ensure that BBDown, ffmpeg can be called from zsh.

我只在 macOS 上完成了测试。在运行此 MCP 服务器之前,您需要确保可以从 zsh 调用 BBDown、ffmpeg。

Installation

You can install the mcp-server-biliscribe package using uvx:
您可以使用 uvx 安装 mcp-server-biliscribe 包:

uvx mcp-server-biliscribe
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.