mcp-google-calendar-server

mcp-google-calendar-server

3.1

If you are the rightful owner of mcp-google-calendar-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Google Calendar is a simple Messaging Control Protocol server designed to interact with Google Calendar.

MCP Google Calendar

A simple MCP (Messaging Control Protocol) server that interract with google calendar

Features

  • List Event

Installation

# Install dependencies
npm install

Usage

Development

# Build server
npm run build

Declare MCP server

{
  "mcpServers": {
    "calendar": {
      "command": "node",
      "args": ["<absolute-path-to-project-folder>/dist/index.js"]
    }
  }
}