taylorwilsdon/google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.
Quick Start
Clone the repository:
git clone https://github.com/taylorwilsdon/google_workspace_mcpClaude Desktop configuration example:
{
"mcpServers": {
"googleworkspacemcp": {
"command": "npx",
"args": [
"-y",
"taylorwilsdon/google_workspace_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.