Skip to main content
Glama

GoogleCalendarMCP

by ITworkonline

구글캘린더MCP

Google 캘린더와 상호작용하기 위한 모델 완성 프롬프트(MCP) 플러그인입니다.

특징

  • 사용자 정의 가능한 기능을 사용하여 Google 캘린더에서 이벤트를 만듭니다.
    • 시작 및 종료 시간
    • 설명
    • 위치
    • 참석자
    • 시간대

설치

  1. 이 저장소를 복제하세요:

지엑스피1

  1. 가상 환경을 만들고 종속성을 설치합니다.
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -e .
  1. Google 캘린더 API 설정:
    • Google Cloud Console 로 이동
    • 새 프로젝트를 만듭니다
    • Google 캘린더 API 활성화
    • OAuth 2.0 자격 증명 만들기(데스크톱 앱)
    • 자격 증명 JSON 파일을 다운로드하여 프로젝트 루트에 credentials.json 으로 저장합니다.

용법

from GoogleCalendarMCP.main import create_event # Create a calendar event result = await create_event( summary="Meeting with Team", start_time="2025-04-01T10:00:00", end_time="2025-04-01T11:00:00", description="Discuss project progress", location="Conference Room 3", attendees=["colleague@example.com"], timezone="America/New_York" )

입증

프로그램을 처음 실행하면 Google 계정으로 인증할 수 있는 브라우저 창이 열립니다. 인증 후 token.json 파일이 생성되어 이후 실행 시 사용자 인증 정보를 저장합니다.

특허

MIT

-
security - not tested
F
license - not found
-
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.

사용자가 시간, 설명, 위치, 참석자, 시간대와 같은 사용자 정의 속성을 사용하여 Google 캘린더에서 이벤트를 만들 수 있는 모델 완성 프롬프트(MCP) 플러그인입니다.

  1. 특징
    1. 설치
      1. 용법
        1. 입증
          1. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Enables comprehensive calendar management with capabilities to create, list, update, and delete events through a Model Context Protocol server integrated with Google Calendar.
              Last updated -
              13
              1
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              Enables interaction with Gmail and Google Calendar using the MCP protocol, supporting multiple Google accounts, email management, and calendar operations through natural language.
              Last updated -
              5
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              Allows interaction with Google Calendar through Claude Desktop using the Model Context Protocol, enabling calendar event management and schedule analysis.
              Last updated -
              2
              JavaScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              Integrates Google Calendar with AI assistants through the Model Context Protocol, allowing users to view and manage calendar events through natural language interaction.
              Last updated -
              237
              TypeScript
              MIT License

            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/ITworkonline/GoogleCalendarMCP'

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