MCP Directory
Back

google-workspace-mcp

by aaronsb · TypeScript · ★ 158

A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality

#ai#google-workspace#mcp#model-context-protocol

Install

npx -y github:aaronsb/google-workspace-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "google-workspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:aaronsb/google-workspace-mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@aaronsb/google-workspace-mcp) [](https://github.com/aaronsb/google-workspace-mcp/releases) [](https://nodejs.org) [](LICENSE) Give AI agents full access to Google Workspace — Gmail, Calendar, Drive, and more — through a single MCP server that handles multi-account credential routing, response formatting for AI consumption, and contextual guidance. Built on [Google's official Workspace CLI](https://github.com/googleworkspace/cli) (), which means API coverage grows as Google does. The server uses a manifest-driven factory that turns declarative YAML into fully…
Read full README on GitHub →

Related communication servers