youtube-mcp-server

a2chub/youtube-mcp-server

3.1

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.

A Model Context Protocol server that provides YouTube channel data retrieval capabilities.

YouTube MCP Server

A Model Context Protocol server that provides YouTube channel data retrieval capabilities.

Features

  • Get detailed channel information including subscriber count
  • Search for YouTube channels by name
  • Retrieve channel statistics (subscribers, views, video count)

Setup

  1. Install dependencies:
npm install
  1. Create a .env file with your YouTube Data API key:
YOUTUBE_API_KEY=your_api_key_here
  1. Get a YouTube Data API key:
    • Go to the Google Cloud Console
    • Create a new project or select an existing one
    • Enable the YouTube Data API v3
    • Create credentials (API key)
    • Copy the API key to your .env file

Usage

To search for "d-mania" channel:

npm start

License

MIT