MCP.so
ログイン

YouTube Transcript MCP Server

@PraveenKishore

YouTube Transcript MCP Server について

MCP server for fetching youtube transcripts

基本情報

カテゴリ

メディアとデザイン

ランタイム

jupyter notebook

トランスポート

stdio

公開者

PraveenKishore

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-youtube": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is YouTube Transcript MCP Server?

This project implements a Model Context Protocol (MCP) server that provides a tool for fetching YouTube video transcripts in various formats. Leveraging the youtube-transcript-api, the server allows Large Language Models (LLMs) to access YouTube transcripts securely and efficiently.

How to use YouTube Transcript MCP Server?

Clone the repository, install dependencies with uv sync, and activate the virtual environment. Configure the server in your MCP client's `mcp

コメント

「メディアとデザイン」の他のコンテンツ