Back to Directory
claude-codeproductivity
Google Workspace MCP
Integrates Google Drive, Docs, Sheets, and Calendar directly into Claude.
Author
Added
2025-12-06
Installationmanual
1. Set up Google Cloud OAuth credentials: https://console.cloud.google.com/apis/credentials
2. Download credentials JSON file
3. Edit claude_desktop_config.json:
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-workspace"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
}
}
}
}
4. Restart Claude Desktop
Docs: https://github.com/modelcontextprotocol/servers
About this Agent
Integrates Google Drive, Docs, Sheets, and Calendar directly into Claude.
Official Google Workspace integration for Claude via MCP.
Enables you to:
- Read and summarize Google Docs
- Analyze data in Google Sheets
- Check and manage Calendar events
- Search Google Drive files
Streamlines administrative and personal productivity tasks by connecting your primary workspace tools to AI.
Tags
#Google#Workspace#Docs#Sheets#MCP