Skip to main content
Glama

mcp-youtube-sheets

by Rickyyy1116

YouTube에서 Google 시트 MCP 서버로

이 MCP 서버는 YouTube 동영상을 검색하고 결과를 Google 스프레드시트에 자동으로 저장하는 기능을 제공합니다. Claude 및 모델 컨텍스트 프로토콜(MCP)을 지원하는 다른 AI 어시스턴트와 함께 작동하도록 설계되었습니다.

영어 | 일본어

특징

  • YouTube Data API v3를 사용하여 YouTube 비디오 검색
  • 검색 결과를 Google 시트에 자동으로 저장합니다.
  • 구성 가능한 검색 매개변수(쿼리, 최대 결과)
  • 결과에는 비디오 제목, URL, 채널 이름 및 게시 날짜가 포함됩니다.

설치

지엑스피1

필수 조건

  1. YouTube 데이터 API v3 설정:
    • Google Cloud Console 로 이동
    • 새 프로젝트를 만듭니다
    • YouTube 데이터 API v3 활성화
    • API 키 생성
  2. Google 시트 API 설정:
    • 동일한 프로젝트에서 Google Sheets API를 활성화합니다.
    • 서비스 계정 생성
    • 서비스 계정 키(JSON 형식) 다운로드
    • 서비스 계정 이메일과 대상 Google 시트를 공유하세요.

구성

MCP 설정 파일에 서버를 추가합니다.

{ "mcpServers": { "youtube-sheets": { "command": "node", "args": ["path/to/youtube-sheets-server/build/index.js"], "env": { "YOUTUBE_API_KEY": "your-youtube-api-key", "SPREADSHEET_ID": "your-spreadsheet-id" }, "disabled": false, "alwaysAllow": [] } } }

용법

AI 비서에게 'ChatGPT 사용'으로 YouTube 동영상을 검색하여 10개의 동영상을 가져오세요'라고 요청하고 그런 식으로 사용해 보세요.

출력 형식

이 도구는 다음 정보를 Google 시트에 저장합니다.

  • 비디오 제목
  • 비디오 URL
  • 채널 이름
  • 게시 날짜

특허

MIT

작가

리쿠 카와시마

저장소

GitHub 저장소

NPM 패키지

@rikukawa/youtube-sheets-server

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

YouTube 동영상을 검색하고 그 결과를 자동으로 Google 시트 에 저장하는 기능을 제공합니다.

  1. 특징
    1. 설치
      1. 필수 조건
        1. 구성
          1. 용법
            1. 출력 형식
              1. 특허
                1. 작가
                  1. 저장소
                    1. NPM 패키지

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.
                        Last updated -
                        1
                        Python
                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables extraction of transcript text from YouTube videos by providing the video URL, supporting standard, shortened, and embed URL formats.
                        Last updated -
                        1
                        JavaScript
                      • A
                        security
                        A
                        license
                        A
                        quality
                        Bridges YouTube API and AI assistants, enabling video analysis by downloading and processing closed captions to create summaries of YouTube videos.
                        Last updated -
                        1
                        3
                        Python
                        MIT License
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.
                        Last updated -
                        852
                        1
                        JavaScript

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rickyyy1116/mcp-youtube-sheets'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server