Serversio.github.aaronsb/google-workspace
W

io.github.aaronsb/google-workspace

io.github.aaronsb/google-workspace · v2.7.1
▦ npm
v2.7.1npm npm: @aaronsb/google-workspace-mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.aaronsb/google-workspace",
  "description": "Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven",
  "version": "2.7.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aaronsb/google-workspace-mcp",
      "version": "2.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth 2.0 Client ID (Desktop application)",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth 2.0 Client Secret",
          "name": "GOOGLE_CLIENT_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}