Google Workspace
Freeby MCP Community
MCP server for Google Workspace integration (Gmail, Calendar, Drive) with flexible authentication
v0.2.6Added Apr 12, 2026
mcpmodel-context-protocolgoogle-workspacegmailgoogle-calendar
Google Workspace MCP Server
MCP server for Google Workspace integration (Gmail, Calendar, Drive) with flexible authentication
Installation
Reviews
Installation
Quick install
npx -y mcp-server-google-workspace
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "mcp-server-google-workspace"]
}
}
}