mcp-youtube
Verified Safeby kirbah
Overview
Empowers AI language models to retrieve token-optimized, structured YouTube data for video search, detail retrieval, transcript fetching, channel analysis, and trend discovery.
Installation
npx -y @kirbah/mcp-youtubeEnvironment Variables
- YOUTUBE_API_KEY
- MDB_MCP_CONNECTION_STRING
Security Notes
The server demonstrates strong security practices including explicit use of environment variables for sensitive API keys and connection strings (`YOUTUBE_API_KEY`, `MDB_MCP_CONNECTION_STRING`). Robust input validation using Zod schemas is applied to all tool parameters, mitigating common injection risks. External network interactions are confined to legitimate services (YouTube Data API, MongoDB, youtube-caption-extractor) essential for its functionality. There are no indications of code obfuscation or use of `eval`.
Similar Servers
mcp-server-youtube-transcript
Provides a Model Context Protocol server to retrieve YouTube video transcripts, including language fallback, timestamps, and ad filtering.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.