Token-optimized YouTube search, transcripts, channel metrics, trends, comments, and video analysis over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kirbah MCP Youtube.
getVideoDetailsRetrieves detailed, **lean** information for multiple YouTube videos including metadata, statistics, engagement ratios, and content details.
searchVideosSearches for videos or channels based on a query string with various filtering options, returning **concise** results.
getTranscriptsRetrieves **token-efficient** transcripts (captions) for multiple videos, with options for full text or key segments (intro/outro).
getChannelStatisticsRetrieves **lean** statistics for multiple channels (subscriber count, view count, video count, creation date).
getChannelTopVideosRetrieves a list of a channel's top-performing videos with **lean** details and engagement ratios.
getTrendingVideosRetrieves a list of trending videos for a given region and optional category, with **lean** details and engagement ratios.
kirbah-mcp-youtube MCP server gives an MCP client access to selected YouTube data without returning the full, verbose shape of typical API responses. Its tools cover video metadata and statistics, search, captions, channel metrics, top-performing videos, trends, categories, and comments. Results are structured for language-model processing, with an emphasis on concise fields such as views, likes, engagement ratios, titles, dates, and content details.
The server also includes a niche-analysis operation that identifies channels that consistently perform as outliers. That operation requires a MongoDB connection. The README describes MongoDB as an optional caching layer as well, allowing repeated requests to be served from stored results rather than consuming additional YouTube API quota.
The package runs as a local stdio MCP server through the npm package @kirbah/mcp-youtube. An MCP-compatible client starts it with npx, then exposes the registered tools to an agent. Requests can contain multiple video or channel IDs where supported, which is useful for comparing items in one call.
Transcript retrieval is available in zero-configuration mode. Captions can be requested as full text or as selected segments such as introductions and conclusions, and the README notes support for multiple languages. Other capabilities depend on the YouTube Data API v3 key. MongoDB is optional but supports caching and is needed for consistent outlier-channel analysis.
Install the kirbah-mcp-youtube MCP server with the following client configuration:
Add YOUTUBE_API_KEY when the client needs the YouTube Data API-backed search and analytics features. Add MDB_MCP_CONNECTION_STRING to enable MongoDB-backed caching and the outlier-channel analysis. The README presents a MongoDB connection as recommended for quota savings, not as a prerequisite for basic transcript use.
The documented manual setup applies to clients such as Claude Desktop and Cursor. The project also provides an “Add to Claude Desktop” option through its Glama listing, but the local npm configuration is the direct installation method described in the README.
The kirbah-mcp-youtube MCP server exposes these operations:
getVideoDetails returns lean metadata, statistics, engagement ratios, and content details for multiple videos.searchVideos searches videos or channels with query, result-count, ordering, type, channel, and related filters.getTranscripts retrieves captions for multiple videos as full text or selected segments.getChannelStatistics returns subscriber, view, video-count, and creation-date information.getChannelTopVideos lists a channel’s strongest-performing videos with concise details and engagement ratios.getTrendingVideos finds trending videos by region and optional category.getVideoCategories lists category IDs and titles for a region.getVideoComments retrieves comments with sorting, result limits, and a small number of replies per comment.findConsistentOutlierChannels identifies consistently unusual channel performance within a niche and requires MongoDB.The server depends on YouTube data availability and, for API-backed operations, the YouTube Data API v3 quota and credentials. Transcript availability depends on whether captions exist for the requested video. MongoDB caching is optional, so deployments without it do not receive that cache-based quota benefit. The README reports token-reduction measurements for selected operations, but those figures should be treated as the project’s examples rather than a guarantee for every request.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kirbah-mcp-youtube)<a href="https://allmcps.com/mcp/kirbah-mcp-youtube"><img src="https://allmcps.com/api/badge/kirbah-mcp-youtube?style=directory" alt="Kirbah MCP Youtube on AllMCPs" /></a>