gsuite-mcp

gsuite-mcp

3.4

If you are the rightful owner of gsuite-mcp 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.

A Model Context Protocol (MCP) server that provides tools for interacting with Gmail and Calendar APIs.

The Google Workspace MCP Server is designed to facilitate programmatic management of Gmail and Calendar services through a Model Context Protocol interface. This server allows users to perform various operations such as listing, searching, sending, and modifying emails, as well as managing calendar events. It is particularly useful for developers looking to integrate Google Workspace functionalities into their applications or automate tasks related to email and calendar management. The server requires Node.js and Google Cloud Console setup, including enabling the necessary APIs and configuring OAuth 2.0 credentials. Once set up, users can interact with the server using predefined commands and scripts to perform desired operations.

Features

  • list_emails: List recent emails from your inbox with optional filtering
  • search_emails: Advanced email search with Gmail query syntax
  • send_email: Send new emails with support for CC and BCC
  • modify_email: Modify email labels (archive, trash, mark read/unread)
  • list_events: List upcoming calendar events with date range filtering