Back to directory
trymeuj/gmail-mcp-server-3

trymeuj/gmail-mcp-server-3

@trymeuj

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

google-workspacegmailcalendarmcp-serverapioauthcontext

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