Skip to content

vakharwalad23/google-mcp

v1.0.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

Published 9mo MCP SaaS Integrations
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

google google-api mcp modelcontextprotocol

Summary

AI summary

Adds Gmail, Calendar, Drive, Tasks integration and OAuth token auto-refresh.

Full changelog

🚀 Google MCP Tools v1.0.0

A comprehensive MCP server for Google services integration.

✨ Features

  • Gmail integration (send, read, manage emails)
  • Calendar management (events, scheduling)
  • Google Drive operations (files, sharing)
  • Google Tasks management
  • OAuth token management with auto-refresh

📦 Installation Options

Option 1: One-Click Install (Recommended)
Download the .dxt file below and drag it into Claude Desktop.

Option 2: BUNX Install

{
  "mcpServers": {
    "google-mcp": {
      "command": "bunx",
      "args": ["--no-cache", "google-mcp@latest"],
      "env": {
        // Either can be used, but not both
        // Use OAuth
        "GOOGLE_OAUTH_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "GOOGLE_OAUTH_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
        "GOOGLE_OAUTH_TOKEN_PATH": "<PATH_TO_STORE_TOKENS> CAN_BE_ANYWHERE_ON_YOUR_SYSTEM",
        // Use Service Account
        "GOOGLE_CLIENT_EMAIL": "<YOUR_SERVICE_ACCOUNT_EMAIL>",
        "GOOGLE_PRIVATE_KEY": "<YOUR_SERVICE_ACCOUNT_PRIVATE_KEY>",
        "GMAIL_USER_TO_IMPERSONATE": "<USER_TO_IMPERSONATE>"
      }
    }
  }
}

🔧 Setup

You'll need Google OAuth credentials. See the README for detailed setup instructions.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track vakharwalad23/google-mcp

Get notified when new releases ship.

Sign up free

About vakharwalad23/google-mcp

Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities.

All releases →

Beta — feedback welcome: [email protected]