biliscribe
1
Biliscribe is a Model Context Protocol (MCP) Server that converts Bilibili video content into structured text, designed to facilitate large language model (LLM) processing and analysis. It supports standard input/output and server-sent event communication protocols.
biliscribe
- A MCP Server that extracts and formats Bilibili video content into structured text optimized for LLM processing and analysis.
- Tested on macOS, requires
ffmpeg
in shell environment.
Installation
- Install with
uvx
.
Prerequisites
- Requires Cloudflare R2 access credentials.
- Requires Replicate API Key.
Environment Variables
- Set
REPLICATE_API_TOKEN
. - Set
S3_API_ENDPOINT
. - Set
BUCKET_NAME
. - Set
ACCESS_KEY
. - Set
SECRET_KEY
.
Communication Protocols
- Supports Standard I/O (default) and Server-Sent Events (SSE).
- Control via
BILISCRIBE_SERVER_SSE
environment variable.