Your YouTube channel and content, fully accessible through AI.
A Model Context Protocol (MCP) server that exposes YouTube's Data API for searching videos, managing playlists, reading comments, and interacting with channel content.
The YouTube MCP Server provides comprehensive access to YouTube via the authenticated user's account:
Perfect for:
{
"kind": "youtube#channelListResponse",
"items": [{
"id": "UC...",
"snippet": { "title": "My Channel", "description": "..." },
"statistics": { "viewCount": "12000", "subscriberCount": "500" }
}]
}