Google Workspace
Freeby MCP Community
MCP server for Google Drive and Sheets via Apps Script proxy
v1.2.2Added Apr 12, 2026
mcpgoogledrivesheetsclaude
Google Workspace MCP Server
MCP server for Google Drive and Sheets via Apps Script proxy
Installation
npx -y @cl0ud95/google-workspace-mcp
Reviews
Installation
Quick install
npx -y @cl0ud95/google-workspace-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@cl0ud95/google-workspace-mcp"]
}
}
}