# video-summarizer



## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bibigpt/video-summarizer

# Browse available tools
npx -y @smithery/cli@latest tool list bibigpt/video-summarizer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bibigpt/video-summarizer summarize_video

# Call a tool
npx -y @smithery/cli@latest tool call bibigpt/video-summarizer summarize_video '{}'
```

## Direct MCP Connection

Endpoint: `https://video-summarizer--bibigpt.run.tools`

## Tools (6)

- `summarize_video` — Summarize an online video or podcast. Supports YouTube, Bilibili, TikTok, Twitter/X, Xiaohongshu, podcasts, and more. R…
- `summarize_video_with_config` — Summarize a video with custom prompt, AI model, and output language. Use this when the user wants a specific summary st…
- `summarize_by_chapter` — Summarize a video chapter by chapter. Returns structured summaries for each section/chapter of the video.
- `create_summary_task` — Create an async summary task for a video. Returns a taskId to poll with get_task_status. Use for long videos that take …
- `get_task_status` — Check the status of an async summary task. Returns the summary when completed, or current status if still processing.
- `get_subtitle` — Get the full transcript/subtitles of a video or podcast. Returns subtitle array with timestamps in the detail field.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bibigpt/video-summarizer <tool-name>
```
