My YouTube MCP Server
mcp-youtube-uploader server (youtube to s3)
airballoonapp
README
My YouTube MCP Server
An MCP server that supports:
- YouTube Searching (
youtube_search) - Downloading & Uploading Videos to S3 (
upload_videos_s3) - Optional Import into TwelveLabs (
import_videos_twelvelabs)
Installation
# 1) Install dependencies
npm install
# 2) Build
npm run build
# 3) Run locally
npm start
환경 설정
다음 환경 변수를 설정합니다:
AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
AWS_S3_BUCKET_NAME=youtube-video-000 (or your bucket name)
AWS_REGION=us-west-2 (or your region)
YOUTUBE_API_KEY=your_youtube_api_key
YouTube API 키는 Google Cloud Console에서 YouTube Data API v3에 대한 API 키를 생성하여 얻을 수 있습니다.
기능 설명
YouTube 비디오 정보 가져오기
YouTube 비디오 정보를 가져올 때 이제 다음과 같은 우선순위로 시도합니다:
- YouTube Data API v3 (YOUTUBE_API_KEY 환경 변수 필요)
- youtube-dl-exec (fallback)
- ytdl-core (secondary fallback)
YouTube Data API를 사용하면 더 안정적이고 정확한 정보를 얻을 수 있으며, API 할당량 제한 내에서 사용해야 합니다.
Recommended Servers
Google Drive MCP Server
Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.
MCP TODO Checklist Server
A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
Filesystem MCP Server
A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
mcp-gsuite
MCP server to interact with Google produts.
Google Drive MCP Server
Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.
AWS MCP Server
A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.
Notion MCP Server
A Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.
Cloudinary MCP Server
This server provides tools for uploading images and videos directly to Cloudinary using Claude/Cline, facilitating resource management with customizable options like resource type and public ID.
supabase-mcp
An MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.
Firebase MCP Server
A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.