Token导航 LogoToken导航TokenDH.com
YO
开发工具HTTP官方级别未说明来源级核验

Youtube (verified)

MCP Server

YouTube is a video-sharing platform with user-generated content, live streaming, and monetization opportunities, widely used for marketing, education, and entertainment

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:35

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add youtube

详细介绍

Youtube (verified)

YouTube is a video-sharing platform with user-generated content, live streaming, and monetization opportunities, widely used for marketing, education, and entertainment

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add youtube

# Browse available tools
npx -y smithery tool list youtube

# Get full schema for a tool
npx -y smithery tool get youtube YOUTUBE_GET_CHANNEL_ACTIVITIES

# Call a tool
npx -y smithery tool call youtube YOUTUBE_GET_CHANNEL_ACTIVITIES '{}'

Direct MCP Connection

Endpoint: https://youtube.run.tools

Tools (16)

  • YOUTUBE_GET_CHANNEL_ACTIVITIES — Gets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel eve…
  • YOUTUBE_GET_CHANNEL_ID_BY_HANDLE — Retrieves the YouTube Channel ID for a specific YouTube channel handle.
  • YOUTUBE_GET_CHANNEL_STATISTICS — Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts.
  • YOUTUBE_GET_VIDEO_DETAILS_BATCH — Retrieves multiple YouTube video resource parts in a single batch call. Use when you need cohort-level metrics for many…
  • YOUTUBE_LIST_CAPTION_TRACK — Retrieves a list of caption tracks for a YouTube video, returning an empty list if no captions exist or failing if the …
  • YOUTUBE_LIST_CHANNEL_VIDEOS — Lists videos from a specified YouTube channel, ensuring results are of type: 'video'.
  • YOUTUBE_LIST_PLAYLIST_ITEMS — Tool to list videos in a playlist, with pagination support. Use when walking through a channel's uploads playlist to en…
  • YOUTUBE_LIST_USER_PLAYLISTS — Retrieves playlists owned by the authenticated user, implicitly using mine=True.
  • YOUTUBE_LIST_USER_SUBSCRIPTIONS — Retrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and paginati…
  • YOUTUBE_LOAD_CAPTIONS — Downloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as t…
  • YOUTUBE_SEARCH_YOU_TUBE — Searches YouTube for videos, channels, or playlists using a query term, returning the raw API response.
  • YOUTUBE_SUBSCRIBE_CHANNEL — Subscribes the authenticated user to a specified YouTube channel, identified by its unique channelId which must be va…
  • YOUTUBE_UPDATE_THUMBNAIL — Sets the custom thumbnail for a YouTube video using an image from thumbnailUrl; the authenticated user must have permis…
  • YOUTUBE_UPDATE_VIDEO — Updates metadata for a YouTube video identified by videoId, which must exist; an empty list for tags removes all existi…
  • YOUTUBE_UPLOAD_VIDEO — Uploads a video from a local file path to a YouTube channel; the video file must be in a YouTube-supported format.
  • YOUTUBE_VIDEO_DETAILS — Retrieves specified information parts (e.g., snippet, contentDetails, statistics) for a YouTube video, identified by it…
# Get full input/output schema for a tool
npx -y smithery tool get youtube 

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP