Google Workspace
Freeby MCP Community
MCP server for Google Workspace APIs - Docs, Sheets, Drive, Gmail, and Calendar
v1.4.3Added Apr 12, 2026
mcpmodel-context-protocolgoogle-workspacegoogle-docsgoogle-sheets
Google Workspace MCP Server
MCP server for Google Workspace APIs - Docs, Sheets, Drive, Gmail, and Calendar
Installation
npx -y google-workspace-mcp-server
Reviews
Installation
Quick install
npx -y google-workspace-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "google-workspace-mcp-server"]
}
}
}