google-calendar-mcp logo

google-calendar-mcpשרת Google Calendar MCP לשילוב עם Claude Desktop

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

שרת Google Calendar MCP הוא פרויקט שמאפשר אינטגרציה בין Google Calendar ל‑Claude Desktop. הוא מאפשר ל‑Claude לתקשר עם לוח השנה של המשתמש ב‑Google Calendar, ולספק את היכולת להציג, ליצור, לעדכן ולמחוק אירועי לוח שנה באמצעות אינטראקציה בשפה טבעית. הפרויקט מספק גשר בין Claude Desktop ל‑Google Calendar API, מטפל באופן מאובטח בתהליך האימות של Google API ותומך בפעולות מקיפות של אירועי לוח שנה. הוא משתמש ב‑TypeScript לפיתוח, ב‑MCP SDK לשילוב עם Claude Desktop, וב‑Google API לגישה ל‑Google Calendar API. כלים זמינים כוללים את getEvents, שמחזיר אירועי לוח שנה עם אפשרויות סינון, ואת createEvent ו‑updateEvent, המאפשרים יצירה ושינוי של אירועים חוזרים ולא חוזרים. הפרויקט כולל גם זרימת אימות OAuth2, אימות סכימה, וטיפול בטוקנים מאובטחים.

תכונות עיקריות

  • שילוב עם Google Calendar
  • מימוש MCP
  • אימות OAuth2
  • ניהול אירועים (קבל, צור, עדכן, מחק)
  • תמיכה בצבעים
  • תחבורה STDIO

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

תזמון אירועים

משתמשים יכולים ליצור ולעדכן אירועים בלוח השנה באמצעות אינטראקציה בשפה טבעית עם Claude Desktop.

בדיקת לוח שנה

משתמשים יכולים לקבל ולהציג אירועים בלוח השנה באמצעות הכלי getEvents.

יתרונות וחסרונות

יתרונות

  • מאפשר אינטראקציה בשפה טבעית עם Google Calendar
  • תומך בפעולות מקיפות של אירועים בלוח השנה (קבל, צור, עדכן, מחק)
  • מטפל באימות OAuth2 באופן מאובטח

חסרונות

  • דורש הגדרה והגדרת תצורה טכניות
  • מוגבל לשילוב עם Google Calendar בלבד

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

What are the main prerequisites for setting up this MCP server?

You need a TypeScript environment, the MCP SDK (@modelcontextprotocol/sdk), and the googleapis package. Configuration is managed with dotenv, and you must register a Google API client ID/secret to enable OAuth2 authentication. The setup requires some technical knowledge to run and integrate with Claude Desktop.

Asked by Dmitri Volkov · Jul 23, 2026

What calendar event operations are supported by the server?

The server supports retrieving events (getEvents), creating new events, updating existing events, and deleting events. It also allows setting and updating event colors using the colorId parameter and now supports recurring events via a recurrence parameter.

Asked by Lindiwe Mahlangu · Jul 7, 2026

How does the Google Calendar MCP Server handle authentication with Google Calendar?

It uses a secure OAuth2 flow, implemented with @hono/oauth PKCE support, and encrypts tokens with AES‑256 GCM. The process is automated via browser launch or manual input through Readline in server environments.

Asked by Sven Bergqvist · Apr 22, 2026

שאל שאלה

חלופות לשרתי MCP