Skip to main content
Glama

GoogleCalendarMCP

by ITworkonline

GoogleカレンダーMCP

Google カレンダーを操作するためのモデル完了プロンプト (MCP)プラグイン。

特徴

  • カスタマイズ可能な Google カレンダーでイベントを作成します。
    • 開始時間と終了時間
    • 説明
    • 位置
    • 参加者
    • タイムゾーン

インストール

  1. このリポジトリをクローンします:
git clone https://github.com/ITworkonline/GoogleCalendarMCP.git cd GoogleCalendarMCP
  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ファイルが作成されます。

ライセンス

マサチューセッツ工科大学

-
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.

モデル完了プロンプト (MCP) プラグインを使用すると、ユーザーは時間、説明、場所、出席者、タイムゾーンなどのカスタマイズ可能な属性を使用して Google カレンダーでイベントを作成できます。

  1. 特徴
    1. インストール
      1. 使用法
        1. 認証
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Lets LLMs read and manage Google Calendar events.
              Last updated -
              441
              500
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
              Last updated -
              10
              3
              TypeScript
            • -
              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 -
              12
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              The Google Meet MCP Server enables AI agents to create, manage, and retrieve Google Meet meetings. Built on the Model Context Protocol, it exposes tools for scheduling, updating, and deleting meetings, making it easy to integrate Google Meet functionalities
              Last updated -
              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/ITworkonline/GoogleCalendarMCP'

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