OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi). The bibigpt ai video & audio summarizer mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
AI Agent skill for summarizing videos, audio, and podcasts via BibiGPT.
Everything the assistant can do here goes through one of these:
summarize_video — Summarize a video or podcast URLsummarize_video_with_config — Summarize with custom prompt, model, languagesummarize_by_chapter — Chapter-by-chapter summaryget_subtitle — Get transcript/subtitles with timestampscreate_summary_task — Create async task for long videosget_task_status — Check async task statusOpenClaw — The OpenClaw tool exposed by this serverCommands — The Commands tool exposed by this serverUpdating — BibiGPT ships three independently updateable layers. Pick the one that matches what you want refreshedCursor — Add to .cursor/mcp.json in project root, or configure in Cursor Settings → MCP:Windsurf — The Windsurf tool exposed by this serverChatGPT — 1. Settings → Apps & Connectors → Advanced settings → enable Developer mode 2. Settings → Apps & Connectors → Create connector 3. Enter URLYou will need 2 environment variables: BIBIGPT_API_KEY, YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at skills on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. BibiGPT AI Video & Audio Summarizer's toolset — summarize_video, summarize_video_with_config, summarize_by_chapter and 11 more — is a fair guide to whether it matches your workflow. It is maintained by JimmyLv; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| summarize_video | Summarize a video or podcast URL |
| summarize_video_with_config | Summarize with custom prompt, model, language |
| summarize_by_chapter | Chapter-by-chapter summary |
| get_subtitle | Get transcript/subtitles with timestamps |
| create_summary_task | Create async task for long videos |
| get_task_status | Check async task status |
| OpenClaw | The OpenClaw tool exposed by this server. |
| Commands | The Commands tool exposed by this server. |
| Updating | BibiGPT ships **three independently updateable layers**. Pick the one that matches what you want refreshed. |
| Cursor | Add to .cursor/mcp.json in project root, or configure in Cursor Settings → MCP: |
| Windsurf | The Windsurf tool exposed by this server. |
| ChatGPT | 1. Settings → Apps & Connectors → Advanced settings → enable **Developer mode** 2. Settings → Apps & Connectors → **Create** connector 3. Enter URL: https://bibigpt.co/api/mcp 4. Complete OAuth authorization when prompte |
| Manus | Settings → Connectors → Add Connectors → Custom MCP → +Add Custom MCP: |
| LobeChat | Settings → Plugin Settings → Custom Plugins → Quick Import JSON: |
{
"mcpServers": {
"bibigpt": {
"type": "http",
"url": "https://bibigpt.co/api/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BIBIGPT_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.