CursorPool
← 返回 MCP 列表
YouTube MCP

YouTube MCP

提取视频字幕与元数据,辅助内容总结与资料采集。

社区·720 次安装·27 天前
↓ 添加到 Cursor

安装命令

终端
npx -y @anaisbetts/mcp-youtube

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "youtube": {
      "command": "npx",
      "args": [
        "-y",
        "@anaisbetts/mcp-youtube"
      ]
    }
  }
}