MCP.so
Sign In

BibiGPT AI video & audio summarizer

@JimmyLv

About BibiGPT AI video & audio summarizer

OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)

Basic information

Category

Media & Design

Runtime

shell

Transports

stdio

Publisher

JimmyLv

Submitted by

Jimmy Lv

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bibigpt": {
      "type": "http",
      "url": "https://bibigpt.co/api/mcp"
    }
  }
}

Tools

6

Summarize an online video or podcast. Supports YouTube, Bilibili, TikTok, Twitter/X, Xiaohongshu, podcasts, and more. Returns AI-generated summary text.

Summarize a video with custom prompt, AI model, and output language. Use this when the user wants a specific summary style or language.

Summarize a video chapter by chapter. Returns structured summaries for each section/chapter of the video.

Create an async summary task for a video. Returns a taskId to poll with get_task_status. Use for long videos that take time to process.

Check the status of an async summary task. Returns the summary when completed, or current status if still processing.

Get the full transcript/subtitles of a video or podcast. Returns subtitle array with timestamps in the detail field.

Overview

What is BibiGPT AI video & audio summarizer?

BibiGPT AI video & audio summarizer is an AI agent skill for summarizing videos, audio, and podcasts via BibiGPT. It can be used as a CLI skill, a remote MCP server, or an OpenAPI endpoint, and works with any MCP-compatible client such as Claude, ChatGPT, Cursor, and others.

How to use BibiGPT AI video & audio summarizer?

Three ways: install the bibi CLI and add the skill with npx skills add JimmyLv/bibigpt-skill; use the remote MCP server at https://bibigpt.co/api/mcp with any MCP client; or make direct HTTP calls to the OpenAPI endpoints. After setup, ask your agent to summarize a video/audio URL or a local file.

Key features of BibiGPT AI video & audio summarizer

  • Summarize videos, audio, and podcasts from URLs or local files.
  • Chapter-by-chapter summaries, transcript extraction, and article rewriting.
  • Batch processing of multiple URLs and cross-source research compilation.
  • Export notes to Notion, Obsidian, or local files.
  • Visual analysis of video frames and on-screen content.
  • Available as CLI, remote MCP server, or OpenAPI.

Use cases of BibiGPT AI video & audio summarizer

  • Quickly summarize a YouTube video or podcast episode.
  • Extract subtitles and timestamps from a lecture recording.
  • Convert a video into a blog post or social media article.
  • Batch summarize multiple meeting recordings.
  • Synthesize information from several videos on a topic.

FAQ from BibiGPT AI video & audio summarizer

What platforms does it support?

It supports YouTube, podcasts, and other video/audio URLs. Local files are also supported.

How do I authenticate?

For the CLI, run bibi auth login to open a browser for OAuth. For the remote MCP server, you can use OAuth or a Bearer token from your API key at bibigpt.co/user/integration.

What are the runtime requirements?

The CLI works on macOS, Linux, and Windows. The remote MCP server requires no installationโ€”just an MCP client.

How do I update the skill?

Run npx skills update JimmyLv/bibigpt-skill to update workflows and references. The CLI can be updated with bibi self-update. The remote MCP server updates automatically.

What transports and auth are supported?

The remote MCP server uses Streamable HTTP transport with OAuth 2.1 or Bearer token authentication. The CLI uses OAuth.

Comments

More Media & Design MCP servers