Google Workspace
Freeby MCP Community
MCP server for Google Workspace: Docs, Sheets, Drive, Gmail, Calendar, Slides, and Forms
v2.3.6Added Apr 12, 2026
mcpmodel-context-protocolgooglegoogle-workspaceworkspace
Google Workspace MCP Server
MCP server for Google Workspace: Docs, Sheets, Drive, Gmail, Calendar, Slides, and Forms
Installation
Reviews
Installation
Quick install
npx -y google-workspace-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "google-workspace-mcp"]
}
}
}