-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Rishap Gandhi edited this page Jun 1, 2026
·
1 revision
| Variable | Required | Description |
|---|---|---|
GOOGLE_OAUTH_CLIENT_ID |
Yes | OAuth client ID from Google Cloud |
GOOGLE_OAUTH_CLIENT_SECRET |
Yes | OAuth client secret |
GOOGLE_USER_EMAIL |
No | Pre-set user email |
File: ~/.kiro/settings/mcp.json
{
"mcpServers": {
"google_workspace": {
"command": "python3",
"args": ["-m", "src.server"],
"cwd": "/path/to/google_mcp",
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "your-id",
"GOOGLE_OAUTH_CLIENT_SECRET": "your-secret"
}
}
}
}claude mcp add google_workspace -- python3 -m src.serverAdd to .cursor/mcp.json or .windsurf/mcp.json with same format as Kiro.