Back to MCP directory
publicPublicdnsLocal runtime

ytrnscrpt-mcp-server

一个为Claude设计的YouTube视频字幕获取与分析MCP服务器

article

README

🚀 YouTube 简节 MCP 服务器

这是一个让 Claude 能够获取并分析 YouTube 视频简节的 MCP 服务器,为用户提供了便捷的视频信息处理途径。

🚀 快速开始

1️⃣ 环境设置

在项目根目录下,执行以下命令完成依赖安装和项目构建:

npm install
npm run build

2️⃣ 配置 Claude Desktop

  • 编辑配置文件: 打开 ~/Library/Application Support/Claude/claude_desktop_config.json 文件,并添加如下内容:
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
      ]
    }
  }
}
  • 重启应用:完成配置文件编辑后,重启 Claude Desktop。
  • 发起提问:在 Claude Desktop 中输入“获取 [YouTube 链接] 的简节”,即可获取对应 YouTube 视频的简节信息。

📄 许可证

本项目采用 MIT 许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client