Skip to main content
Glama

YouTube Transcript MCP Server

YouTube 成绩单 MCP 服务器

该 MCP 服务器检索给定 YouTube 视频 URL 的成绩单。

工具

该 MCP 服务器提供以下工具:

get_transcript

获取指定 YouTube 视频的成绩单。

参数
  • url (字符串) :YouTube 视频的完整 URL。此字段为必填项。
  • lang (字符串,可选) :转录所需的语言。如未指定,则默认为en

安装

对于 Goose CLI

要在 Goose CLI 中启用 YouTube Transcript 扩展,请编辑配置文件~/.config/goose/config.yaml以包含以下条目:

extensions: youtube-transcript: name: Youtube Transcript cmd: uvx args: [--from, git+https://github.com/jkawamoto/mcp-youtube-transcript, mcp-youtube-transcript] enabled: true type: stdio

适用于 Goose Desktop

使用以下设置添加新扩展:

  • 类型:标准IO
  • ID :youtube-transcript
  • 名称:Youtube 成绩单
  • 描述:检索 YouTube 视频的成绩单
  • 命令uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript

有关在 Goose Desktop 中配置 MCP 服务器的更多详细信息,请参阅文档:使用扩展 - MCP 服务器

对于克劳德桌面

要为 Claude Desktop 配置此服务器,请在mcpServers下使用以下条目编辑claude_desktop_config.json文件:

{ "mcpServers": { "youtube-transcript": { "command": "uvx", "args": [ "--from", "git+https://github.com/jkawamoto/mcp-youtube-transcript", "mcp-youtube-transcript" ] } } }

编辑完成后,重新启动应用程序。更多信息,请参阅:针对 Claude 桌面用户 - 模型上下文协议

通过 Smithery 安装

要通过Smithery自动安装 Claude Desktop 的 Youtube Transcript:

npx -y @smithery/cli install @jkawamoto/mcp-youtube-transcript --client claude

使用代理服务器

在限制访问 YouTube 的环境中,您可以使用代理服务器。

使用Webshare时,使用环境变量WEBSHARE_PROXY_USERNAMEWEBSHARE_PROXY_PASSWORD或命令行参数--webshare-proxy-username--webshare-proxy-password设置住宅代理的用户名和密码。

使用其他代理服务器时,使用环境变量HTTP_PROXYHTTPS_PROXY或者命令行参数--http-proxy--https-proxy设置代理服务器 URL。

有关更多详细信息,请访问: 解决 IP 禁令 - YouTube 成绩单 API

执照

此应用程序采用 MIT 许可证。有关更多详细信息,请参阅许可证文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该服务器检索给定 YouTube 视频 URL 的成绩单,从而实现与 Goose CLI 或 Goose Desktop 集成以进行成绩单提取和处理。

  1. 工具
    1. get_transcript
  2. 安装
    1. 对于 Goose CLI
    2. 适用于 Goose Desktop
    3. 对于克劳德桌面
  3. 使用代理服务器
    1. 执照

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video captions and subtitles through a simple interface.
        Last updated -
        1
        526
        189
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables extraction of transcript text from YouTube videos by providing the video URL, supporting standard, shortened, and embed URL formats.
        Last updated -
        1
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.
        Last updated -
        526
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video transcripts and subtitles through a simple interface, making it ideal for content analysis and processing.
        Last updated -
        1
        258
        10
        TypeScript
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkawamoto/mcp-youtube-transcript'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server