Back to MCP Servers
Google Workspace
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.
workplace-productivitygoai
Installation
npx -y google_workspace_mcpConfiguration
{
"mcpServers": {
"google_workspace_mcp": {
"command": "npx",
"args": ["-y", "google_workspace_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes