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