Back to directory
rishipradeep-think41/gsuite-mcp

rishipradeep-think41/gsuite-mcp

@rishipradeep-think41

A Model Context Protocol (MCP) server that provides tools for interacting with Gmail and Calendar APIs for managing emails and calendar events programmatically.

google-workspacegmailcalendarmcpemailschedulinggoogle-apiproductivitycloud

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15