VOOZH about

URL: https://glama.ai/mcp/servers/jkawamoto/mcp-youtube-transcript?locale=zh-CN

⇱ YouTube 成绩单 MCP 服务器 by jkawamoto | Glama


YouTube 成绩单 MCP 服务器

👁 Python应用程序
👁 GitHub 许可证
👁 预先提交
👁 拉夫
👁 铁匠徽章

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

工具

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

get_transcript

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

参数

  • url (字符串) :YouTube 视频的完整 URL。此字段为必填项。

  • lang (字符串,可选) :转录所需的语言。如未指定,则默认为en

Related MCP server: YouTube MCP Server

安装

对于 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 许可证。有关更多详细信息,请参阅许可证文件。

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
21Releases (12mo)
Commit activity
Issues opened vs closed

Latest Blog Posts

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