Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

GoogleCalendarMCP

БесплатноНе проверен

MCP server for interacting with Google Calendar, enabling reading events from public calendars and, with OAuth, creating, updating, and deleting events.

GitHubEmbed

Описание

MCP server for interacting with Google Calendar, enabling reading events from public calendars and, with OAuth, creating, updating, and deleting events.

README

MCP Server Setup

The server.js file contains the implementation of the Google Calendar MCP server.

Note: The MCP configuration may vary depending on the editor or MCP client you are using. The following instructions are for Cursor.

Prerequisites

Before configuring the MCP server, ensure you have:

  • Node.js installed
  • Cursor Editor installed and signed in
  • A Google Calendar API key
  • Your Google Calendar ID

Setup in Cursor

  1. Open Cursor.
  2. Go to Settings.
  3. Navigate to Tools → MCP.
  4. Add a new MCP server using the following configuration:
{
  "mcpServers": {
    "filesystem": {
      "command": "node",
      "args": [
        "PATH_TO_SERVER_JS"
      ],
      "env": {
        "GOOGLE_PUBLIC_API_KEY": "YOUR_GOOGLE_API_KEY",
        "CALENDAR_ID": "YOUR_CALENDAR_ID"
      }
    }
  }
}

Configuration

Replace the placeholders below with your own values:

  • PATH_TO_SERVER_JS – Absolute path to the server.js file.
  • YOUR_GOOGLE_API_KEY – Your Google Calendar API key.
  • YOUR_CALENDAR_ID – Your Google Calendar ID (typically your Gmail address for your primary calendar).

After saving the configuration, restart Cursor (if required). Your MCP server will then be available for use.


Important Note

This project currently uses a Google Calendar API Key, which can only access public Google Calendars.

If your calendar is private, the server will not be able to retrieve event details such as the title, description, or attendees. To access private calendars or support creating, updating, and deleting events, you must replace the API key authentication with OAuth 2.0.

Current Features (API Key)

  • Read events from public Google Calendars
  • Retrieve events by date
  • Read private calendars
  • Create calendar events
  • Update calendar events
  • Delete calendar events

For full Google Calendar functionality, OAuth 2.0 authentication is recommended.

Resources

For a detailed guide on building custom MCP servers with TypeScript, check out the following article:

from github.com/umachandra-30/GoogleCalenderMCP

Установка GoogleCalendarMCP

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/umachandra-30/GoogleCalenderMCP

FAQ

GoogleCalendarMCP MCP бесплатный?

Да, GoogleCalendarMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для GoogleCalendarMCP?

Нет, GoogleCalendarMCP работает без API-ключей и переменных окружения.

GoogleCalendarMCP — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить GoogleCalendarMCP в Claude Desktop, Claude Code или Cursor?

Открой GoogleCalendarMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare GoogleCalendarMCP with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity