GW
Google Workspace MCP
Gmail, Calendar, Drive, Docs, and Sheets access for your AI agent.
Last updated July 18, 2026
CommunicationLocal · stdioPython2.9k
Overview
A comprehensive MCP server for Google Workspace covering Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, and Chat — authenticated via OAuth, letting an agent read and act across your Google account.
Use cases
Draft and send a Gmail reply summarizing a long thread.
Create a Calendar event from a natural-language request.
Read and update a Google Sheet directly from a chat conversation.
Install
{
"mcpServers": {
"google_workspace": {
"command": "uvx",
"args": [
"workspace-mcp"
],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "your-client-id",
"GOOGLE_OAUTH_CLIENT_SECRET": "your-secret"
}
}
}
}FAQ
Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, and Chat, all through one OAuth-authenticated server.