Google Workspace MCP ServerServer

rishipradeep-think41
GitHub
GmailCalendarAutomation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides tools for interacting with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events through the MCP interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google-workspace": {
        "env": {
          "GOOGLE_CLIENT_ID": "your_client_id",
          "GOOGLE_CLIENT_SECRET": "your_client_secret",
          "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
        },
        "args": [
          "/path/to/google-workspace-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

list_emailssend_emailmodify_emaillist_eventsdelete_eventupdate_eventsearch_emailscreate_event

Features

  • List, modify and search emails
  • Create, update, and delete calendar events

💬 Example Queries

  • List my recent emails
  • Send an email to recipient@example.com
  • Create a calendar event for Team Meeting