Loading subscription status...
{
"mcpServers": [
{
"google-workspace": {
"env": {
"GOOGLE_CLIENT_ID": "YOUR_CLIENT_ID",
"GOOGLE_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"GOOGLE_REFRESH_TOKEN": "YOUR_REFRESH_TOKEN"
},
"args": [
"/path/to/google-workspace-server/build/index.js"
],
"command": "node"
}
}
]
}