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_mcp

Configuration

{
  "mcpServers": {
    "google_workspace_mcp": {
      "command": "npx",
      "args": ["-y", "google_workspace_mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub