Youtube

Youtube

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

2965VIEWS
418USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app youtubenpx @composio/cli add cursor --app youtubenpx @composio/cli add cursor --app youtubenpx @composio/cli add cursor --app youtube

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Channel Activities

Gets recent activities from a youtube channel including video uploads, playlist additions, likes, and other channel events.

Get Channel Id By Handle

Retrieves the youtube channel id for a specific youtube channel handle.

Get Channel Statistics

Gets detailed statistics for youtube channels including subscriber counts, view counts, and video counts.

List Captions

Retrieves a list of caption tracks for a youtube video, returning an empty list if no captions exist or failing if the video id is invalid or not found.

List Channel Videos

Lists videos from a specified youtube channel, ensuring results are of `type: 'video'`.

List User Playlists

Retrieves playlists owned by the authenticated user, implicitly using mine=true.

List User Subscriptions

Retrieves the authenticated user's youtube channel subscriptions, allowing specification of response parts and pagination.

Download Youtube Caption Track

Downloads a specific youtube caption track, which must be owned by the authenticated user, and returns its content as text.

Search Youtube

Searches youtube for videos, channels, or playlists using a query term, returning the raw api response.

Subscribe To Channel

Subscribes the authenticated user to a specified youtube channel, identified by its unique `channelid` which must be valid and existing.

Update Thumbnail

Sets the custom thumbnail for a youtube video using an image from thumbnailurl; the authenticated user must have permission to edit the video.

Update Video

Updates metadata for a youtube video identified by videoid, which must exist; an empty list for tags removes all existing tags.

Upload Video

Uploads a video from a local file path to a youtube channel; the video file must be in a youtube-supported format.

Video Details

Retrieves specified information parts (e.g., snippet, contentdetails, statistics) for a youtube video, identified by its id.

14 actions available