Metadata-Version: 2.3
Name: mcp-server-biliscribe
Version: 0.8.5
Summary: A MCP Server that extracts and formats Bilibili video content into structured text, optimized for LLM processing and analysis.
License: MIT
Author: 43EVER
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.18)
Requires-Dist: boto3 (>=1.38.6)
Requires-Dist: mcp[cli] (>=1.6.0)
Requires-Dist: yt-dlp (>=2025.4.30)
Project-URL: Homepage, https://github.com/43EVER/biliscribe
Description-Content-Type: text/markdown

# 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` 包：

```bash
uvx mcp-server-biliscribe
```

