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

评论

媒体与设计 分类下的更多 MCP 服务器