Skip to main content
Glama

Google Calendar MCP

by AnByoungHyun

Google Calendar MCP

개요

Google Calendar와 연동되는 MCP stdio 서버입니다. Cursor 등에서 MCP 프로토콜로 일정을 조회, 생성, 상세 조회할 수 있습니다. 인증은 Google OAuth2를 사용합니다.

주요 기능

  • Google Calendar API 연동
  • MCP stdio 서버로 일정 조회, 생성, 상세 조회 기능 제공
  • Google OAuth2 인증 처리

기술 스택

  • Python 3.13 이상 (권장: 3.13.3)
  • 패키지 매니저: uv
  • MCP 서버: fastmcp
  • Google API 연동: google-api-python-client, google-auth, google-auth-oauthlib
  • 인증: OAuth2 (Google)

구현 기능 및 MCP 메서드

기능MCP 메서드설명
1달 치 일정 보기list_month_events지정한 연/월의 모든 일정 목록 조회
특정 일자 일정 보기list_day_events지정한 날짜의 모든 일정 목록 조회
일정 상세 보기get_event_detail일정 ID로 상세 정보 조회
일정 등록create_event새로운 일정 생성 (참여자(이메일) 추가 가능)

1. uv 설치 (최초 1회만)

macOS/Homebrew

brew install uv

또는 공식 설치 스크립트

curl -Ls https://astral.sh/uv/install.sh | sh

Windows (PowerShell)

iwr -useb https://astral.sh/uv/install.ps1 | iex

2. MCP 패키지 다운로드

git clone https://github.com/AnByoungHyun/google_calendar_mcp.git cd google_calendar_mcp

3. 패키지 설치

uv sync
  • 위 명령어 한 줄로 모든 패키지가 자동 설치됩니다.

4. Cursor MCP 등록 예시

.cursor/mcp.json 예시:

{ "mcpServers": { ... "google-calendar": { "command": "uv", "args": ["--directory", "<google_calendar_mcp_path>", "run", "google_calendar_mcp"] } } }

참고 및 문의

별도의 가상환경/venv 명령은 필요 없습니다. uv가 자동으로 안전한 환경을 만들어줍니다. 설치/실행 중 궁금한 점이 있으면 언제든 문의해 주세요!

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A server that enables Cursor users to view, create, and manage Google Calendar events through natural language commands using the MCP protocol with Google OAuth2 authentication.

  1. 개요
    1. 주요 기능
      1. 기술 스택
        1. 구현 기능 및 MCP 메서드
          1. uv 설치 (최초 1회만)
            1. macOS/Homebrew
              1. 또는 공식 설치 스크립트
                1. Windows (PowerShell)
                  1. MCP 패키지 다운로드
                  2. 패키지 설치
                  3. Cursor MCP 등록 예시
                  4. 참고 및 문의

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  Google Calendar integration in Cursor IDE. This server enables AI assistants to manage Google Calendar events through natural language interactions.
                  Last updated -
                  5
                  0
                  5
                  JavaScript
                • -
                  security
                  A
                  license
                  -
                  quality
                  Server for Google Calendar integration in Cluade Desktop with auto authentication support. This server enables AI assistants to manage Google Calendar events through natural language interactions.
                  Last updated -
                  22
                  6
                  JavaScript
                  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
                  A
                  license
                  -
                  quality
                  A Model Context Protocol server that integrates Google Calendar with Claude Desktop, enabling users to manage calendar events (view, create, update, delete) through natural language.
                  Last updated -
                  133
                  21
                  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/AnByoungHyun/google_calendar_mcp'

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