YouTube Data MCP
Access YouTube resources like videos, playlists, channels, and more
Description: Your YouTube API OAuth token (Bearer format)
How to get it: Create a project in Google Cloud Console, enable YouTube Data API v3, and create API credentials. For user authorization actions, use OAuth 2.0 and include the access token with 'Bearer ' prefix
OpenAPI Spec Source
googleapis.com
OpenAPI Spec URL
https://github.com/automation-ai-labs/mcp-link/raw/refs/heads/main/examples/youtube.yaml
Base URL
https://www.googleapis.com/youtube/v3
Modifications Needed
Add your YouTube API key or OAuth token
To use the YouTube Data API, you need to create a project in the Google Cloud Console, enable the YouTube Data API v3, and create API credentials. For simple access, create an API key and use it as a query parameter with '?key=YOUR_API_KEY'. For actions that require user authorization, use OAuth 2.0 and include the access token with 'Bearer ' prefix in the Authorization header.