Google Workspace MCP ServerServer

epaproditus
GitHub
GmailCalendar ManagementApp Automation

Loading subscription status...

๐Ÿ’ก Description

A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.

๐Ÿ“ 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

search_emailsmodify_emailupdate_eventcreate_eventlist_emailssend_emaildelete_eventlist_events

โšก Features

  • Gmail integration for email management
  • Calendar management for creating and managing events

๐Ÿ’ฌ Example Queries

  • List recent emails with a filter for unread messages
  • Search emails from a specific sender with attachments
  • Create a new calendar event for a team meeting