Back to directory
aaronsb/google-workspace-mcp

aaronsb/google-workspace-mcp

@aaronsb

A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality

google-workspacegmailcalendardrivesheetsdocstasksmeetcontext

Installation & Configuration

{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": [
        "@aaronsb/google-workspace-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your-client-id",
        "GOOGLE_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Information

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