Catalog
io.github.aaronsb/google-workspace
OfficialGive AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven
Give AI agents access to Gmail, Calendar, Drive, and more across multiple accounts.
README not available yet.
Install
Configuration
Environment variables
GOOGLE_CLIENT_IDGoogle OAuth 2.0 Client ID (Desktop application)
GOOGLE_CLIENT_SECRETGoogle OAuth 2.0 Client Secret
claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"@aaronsb/google-workspace-mcp@2.7.1"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
}
}
}
}