A Model Context Protocol (MCP) server for YouTube integration. Retrieve video transcripts, details, and metadata using YouTube's Data API. Get instant access to YouTube with our managed infrastructure - no setup required: 🔗 Get Free API Key → API Key Setup: Get your YouTube Data API key from the Google Cloud Console and enable the YouTube Data API v3. - Video Transcripts: Retrieve full video tran
Add this skill
npx mdskills install Klavis-AI/klavisWell-documented MCP server with useful YouTube capabilities but unclear permission needs
1# YouTube MCP Server23A Model Context Protocol (MCP) server for YouTube integration. Retrieve video transcripts, details, and metadata using YouTube's Data API.45## 🚀 Quick Start - Run in 30 Seconds67### 🌐 Using Hosted Service (Recommended for Production)89Get instant access to YouTube with our managed infrastructure - **no setup required**:1011**🔗 [Get Free API Key →](https://www.klavis.ai/home/api-keys)**1213```bash14pip install klavis15# or16npm install klavis17```1819```python20from klavis import Klavis2122klavis = Klavis(api_key="your-free-key")23server = klavis.mcp_server.create_server_instance("YOUTUBE", "user123")24```2526### 🐳 Using Docker (For Self-Hosting)2728```bash29# Pull latest image30docker pull ghcr.io/klavis-ai/youtube-mcp-server:latest313233# Run YouTube MCP Server34docker run -p 5000:5000 -e API_KEY=$API_KEY \35 ghcr.io/klavis-ai/youtube-mcp-server:latest36```3738**API Key Setup:** Get your YouTube Data API key from the [Google Cloud Console](https://console.cloud.google.com/apis/credentials) and enable the YouTube Data API v3.3940## 🛠️ Available Tools4142- **Video Transcripts**: Retrieve full video transcripts with timestamps43- **Video Details**: Get video metadata including title, description, statistics44- **Video Search**: Search for videos by keywords and filters45- **Channel Information**: Get channel details and video listings46- **Playlist Management**: Access playlist contents and metadata4748## 📚 Documentation & Support4950| Resource | Link |51|----------|------|52| **📖 Documentation** | [www.klavis.ai/docs](https://www.klavis.ai/docs) |53| **💬 Discord** | [Join Community](https://discord.gg/p7TuTEcssn) |54| **🐛 Issues** | [GitHub Issues](https://github.com/klavis-ai/klavis/issues) |5556## 🤝 Contributing5758We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING.md) for details.5960## 📜 License6162Apache 2.0 license - see [LICENSE](../../LICENSE) for details.6364---6566<div align="center">67 <p><strong>🚀 Supercharge AI Applications </strong></p>68 <p>69 <a href="https://www.klavis.ai">Get Free API Key</a> •70 <a href="https://www.klavis.ai/docs">Documentation</a> •71 <a href="https://discord.gg/p7TuTEcssn">Discord</a>72 </p>73</div>74
Full transparency — inspect the skill content before installing.