GSuite
Createdrishipradeep-think41
Enables programmatic management of Gmail and Google Calendar functionalities through a Model Context Protocol (MCP) interface.
About
This Model Context Protocol (MCP) server provides a suite of tools for programmatically interacting with Gmail and Calendar APIs. It allows users to manage emails and calendar events through an MCP interface, offering capabilities such as listing, searching, sending, and modifying emails, as well as listing, creating, updating, and deleting calendar events. The server requires Node.js and Google Cloud Console setup, including enabling the Gmail and Google Calendar APIs and configuring OAuth 2.0 credentials.
Key Features
- List, create, update, and delete calendar events programmatically.
- Allows creation of calendar events with attendees.
- List, search, send, and modify emails programmatically.
- Enables management of email labels (archive, trash, mark read/unread).
- Supports advanced email search with Gmail query syntax.
- 3 GitHub stars
Use Cases
- Programmatic scheduling and management of calendar events.
- Automated email management and filtering.
- Integration of Gmail and Calendar functionalities into custom applications.