youtube-mcp-server

youtube-mcp-server

3.2

If you are the rightful owner of youtube-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP server that allows AI assistants to interact with the YouTube API.

The YouTube MCP Server is a Model Context Protocol server designed to facilitate interaction between AI assistants, such as Claude, and the YouTube API. It provides a standardized way for AI models to access and manipulate YouTube data, enabling functionalities like video search, video details retrieval, channel search, and channel details retrieval. The server acts as a bridge, allowing AI models to perform actions and access up-to-date information from YouTube in a seamless manner. It requires Node.js v16 or higher and a YouTube API key for operation.

Features

  • Search Videos: Allows searching for videos on YouTube based on a query.
  • Get Video Details: Retrieves detailed information about a specific video.
  • Get Channel Details: Provides detailed information about a specific YouTube channel.
  • Search Channels: Enables searching for channels on YouTube based on a query.

Tools

  1. search_videos

    Search video tool, supports query, maximum number of results and paging

  2. get_video_details

    Get video details tool, video ID is required

  3. search_channels

    Search channel tool, supports query, maximum number of results and paging

  4. get_channel_details

    Get channel details tool, channel ID is required