Skip to content

Google Workspace

Free

by MCP Community

An MCP server for Google Workspace APIs (Gmail, Calendar, Drive, Sheets), enabling AI assistants to search emails, check calendars, find files, and read spreads

v0.1.5Added Apr 12, 2026
mcpgoogle-workspacegmailgoogle-calendargoogle-drive
Works with:ClaudeGPTGeminiCopilot

Google Workspace MCP Server

An MCP server for Google Workspace APIs (Gmail, Calendar, Drive, Sheets), enabling AI assistants to search emails, check calendars, find files, and read spreads

Installation

npx -y @vineethnkrishnan/google-workspace-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @vineethnkrishnan/google-workspace-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": ["-y", "@vineethnkrishnan/google-workspace-mcp"]
    }
  }
}