10-in-1 Google Workspace integration
Gmail, Drive, Docs, Sheets, Slides, Forms, Calendar, Tasks, Chat in one server.
{
"mcpServers": {
"google-workspace-mcp": {
"mcpServers": {
"google-workspace": {
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "YOUR_ID",
"GOOGLE_OAUTH_CLIENT_SECRET": "YOUR_SECRET"
},
"args": [
"workspace-mcp"
],
"command": "uvx"
}
}
}
}
}