Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Google Workspace MCP Server
grid

Google Workspace MCP Server MCP Server

10-in-1 Google Workspace integration

googleworkspacegmaildrivedocs

About

## Google Workspace MCP Server: Suite Integration The **Google Workspace MCP Server** provides unified access to Google Workspace apps from Google Antigravity, enabling developers to work across Drive, Docs, Sheets, and more through a single AI-assisted interface. ### Why Google Workspace MCP? - **Unified Access**: Single integration for all Workspace apps - **Cross-App Operations**: Move data between apps seamlessly - **Admin Features**: Manage users, groups, and permissions - **Real-Time Collaboration**: Work with team members in real-time - **Enterprise Security**: Built-in compliance and security features ### Key Features #### 1. Drive Operations ```javascript // Search across Drive const files = await workspace.drive.search({ query: "type:document name contains 'API'", spaces: "drive", pageSize: 20 }); // Create folder const folder = await workspace.drive.createFolder({ name: "Project Documentation", parents: ["parent_folder_id"] }); // Upload file await workspace.drive.uploadFile({ name: "architecture.pdf", mimeType: "application/pdf", content: fileBuffer, parents: [folder.id] }); // Share file await workspace.drive.share({ fileId: folder.id, email: "team@company.com", role: "writer" }); ``` #### 2. Document Operations ```javascript // Create Google Doc const doc = await workspace.docs.create({ title: "Technical Specification" }); // Insert content await workspace.docs.batchUpdate({ documentId: doc.documentId, requests: [ { insertText: { location: { index: 1 }, text: "# Technical Specification\n\n## Overview\n..." } } ] }); // Export as PDF const pdf = await workspace.drive.export({ fileId: doc.documentId, mimeType: "application/pdf" }); ``` ### Configuration ```json { "mcpServers": { "google-workspace": { "command": "npx", "args": ["-y", "@anthropic/mcp-workspace"], "env": { "GOOGLE_CREDENTIALS": "/path/to/credentials.json", "GOOGLE_TOKEN": "/path/to/token.json", "GOOGLE_ADMIN_EMAIL": "admin@company.com" } } } } ``` ### Use Cases **Document Workflows**: Create, edit, and manage documents programmatically. **File Organization**: Automate file organization and sharing across teams. **Data Migration**: Move data between Workspace apps and external systems. The Google Workspace MCP Server unifies Google productivity tools in your workflow.

Installation

Configuration
{
  "mcpServers": {
    "google-workspace": {
      "mcpServers": {
        "google-workspace": {
          "env": {
            "GOOGLE_OAUTH_CLIENT_ID": "YOUR_ID",
            "GOOGLE_OAUTH_CLIENT_SECRET": "YOUR_SECRET"
          },
          "args": [
            "workspace-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1Send/search emails
  2. 2Manage Drive files
  3. 3Edit documents and sheets

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers