mcp-gsuite

MCP.Pizza Chef: MarkusPfundstein

Built for Claude Desktop, this covered searching and reading Gmail, saving attachments to your computer, writing drafts, replying to threads, and creating or listing Google Calendar events across several accounts at once. The catch is age: the last change landed in April 2025, so nothing has been fixed in well over a year. Setup was never gentle either, since you must create your own Google sign-in credentials in Google Cloud first. Look for a more recently updated Gmail or Calendar connector before committing to this one.

Unmaintained · no updates since April 2025; no replacement named
Calendar
Email

Use This MCP server To

Search my inbox for unread mail from one person Summarise a long email thread I missed Draft a reply and save it without sending Save every attachment from a thread to my computer Check what is on my calendar tomorrow Add a meeting with guests and a reminder

README

mcp-gsuite MCP server

smithery badge MCP server to interact with Google products.

Example prompts

Right now, this MCP server supports Gmail and Calendar integration with the following capabilities:

  1. General
  • Multiple google accounts
  1. Gmail
  • Get your Gmail user information
  • Query emails with flexible search (e.g., unread, from specific senders, date ranges, with attachments)
  • Retrieve complete email content by ID
  • Create new draft emails with recipients, subject, body and CC options
  • Delete draft emails
  • Reply to existing emails (can either send immediately or save as draft)
  • Retrieve multiple emails at once by their IDs.
  • Save multiple attachments from emails to your local system.
  1. Calendar
  • Manage multiple calendars
  • Get calendar events within specified time ranges
  • Create calendar events with:
    • Title, start/end times
    • Optional location and description
    • Optional attendees
    • Custom timezone support
    • Notification preferences
  • Delete calendar events

Example prompts you can try:

  • Retrieve my latest unread messages

  • Search my emails from the Scrum Master

  • Retrieve all emails from accounting

  • Take the email about ABC and summarize it

  • Write a nice response to Alice's last email and upload a draft.

  • Reply to Bob's email with a Thank you note. Store it as draft

  • What do I have on my agenda tomorrow?

  • Check my private account's Family agenda for next week

  • I need to plan an event with Tim for 2hrs next week. Suggest some time slots.

Quickstart

Install

Installing via Smithery

To install mcp-gsuite for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install mcp-gsuite --client claude

mcp-gsuite FAQ

Is this project still maintained?
No. The last change was in April 2025, over a year ago. The repository is still public and has not been archived, but nobody is fixing bugs, and no replacement is named. Pick a Gmail or Calendar connector that is still being updated.
Do I need a key or sign-in?
Yes. You create your own Google sign-in credentials in Google Cloud, switch on Gmail and Calendar access for them, then approve the connection in a browser the first time you use it.
Which apps does it work in?
It was written for Claude Desktop. Other assistants that support MCP may work, but they were never the target.
Can I use this to reply to my email?
Yes. It can write a reply and either send it straight away or leave it sitting in your drafts for you to check first.
Can I connect more than one Google account?
Yes. You list each account in a settings file, and you can add a note about what each one is for.
How hard is setup?
Hard for a non-developer. It means a trip through Google Cloud, two configuration files by hand, and a Python tool installed on your machine.