biliscribe
@43EVER
biliscribe について
A MCP Server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"biliscribe": {
"command": "uvx",
"args": [
"mcp-server-biliscribe"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is biliscribe?
biliscribe is an MCP (Model Context Protocol) server that extracts and formats content from Bilibili (B站) videos into structured text, optimized for processing and analysis by large language models (LLMs). It is intended for developers and users who need to convert video transcripts or metadata into machine-readable text for further LLM consumption.
How to use biliscribe?
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.
Key features of biliscribe
- 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
Use cases of biliscribe
- Provide video transcripts to LLMs for summarization or analysis
- Automate conversion of Bilibili content into training datasets
- Integrate Bilibili video data into AI-powered workflows
FAQ from biliscribe
What external dependencies does biliscribe need?
You must have BBDown and ffmpeg callable from zsh. These are required to download and process the video content.
Which operating systems are supported?
The author has completed testing only on macOS. Running on other platforms may require additional configuration.
How do I install biliscribe?
Install using uvx mcp-server-biliscribe. No other installation methods are documented.
Does biliscribe store or cache any data?
The README does not mention any local storage or caching behavior. Data is processed on the fly from fetched Bilibili content.
What transport or authentication does biliscribe use?
The README does not specify transport or authentication details; it is an MCP server that likely uses standard MCP transport (stdio or SSE) via uvx. No authentication mechanism is described.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント