Google Workspace
Freeby MCP Community
Google Workspace MCP Server - Model Context Protocol server providing secure access to Google Drive, Docs, Sheets, Slides, Calendar, and Gmail through MCP clien
v3.4.4Added Apr 12, 2026
aiclaudedocument-automationfile-managementgoogle-calendar
Google Workspace MCP Server
Google Workspace MCP Server - Model Context Protocol server providing secure access to Google Drive, Docs, Sheets, Slides, Calendar, and Gmail through MCP clien
Installation
Reviews
Installation
Quick install
npx -y @dguido/google-workspace-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@dguido/google-workspace-mcp"]
}
}
}