biliscribe
@mcp-server-summary
关于 biliscribe
A MCP Server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"biliscribe-mcp-server-summary": {
"command": "uvx",
"args": [
"mcp-server-biliscribe"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is biliscribe?
biliscribe is an MCP (Model Context Protocol) server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.
How to use biliscribe?
Install the mcp-server-biliscribe package via uvx mcp-server-biliscribe. Set the required environment variables for Cloudflare R2 credentials and a Replicate API key. Ensure ffmpeg is callable from your shell environment.
Key features of biliscribe
- Extracts Bilibili video content into structured text
- Uses WhisperX via Replicate for transcription
- Stores audio data in Cloudflare R2
- Supports both stdio (default) and SSE communication protocols
- Targets LLM processing and analysis workflows
Use cases of biliscribe
- Summarizing Bilibili video transcripts for LLM-based content analysis
- Building structured text datasets from Bilibili videos for training or fine-tuning
- Automating caption extraction for multilingual or research purposes
FAQ from biliscribe
What are the prerequisites for using biliscribe?
You need Cloudflare R2 access credentials, a Replicate API key, and ffmpeg available in your shell environment. The server has only been tested on macOS.
How do I switch between stdio and SSE protocols?
Set the environment variable BILISCRIBE_SERVER_SSE to true to enable SSE mode; otherwise the default is stdio.
What environment variables are required?
REPLICATE_API_TOKEN, S3_API_ENDPOINT, BUCKET_NAME, ACCESS_KEY, and SECRET_KEY must be set.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论