Integrations

  • Enables sending emails with attachments, listing emails with custom queries, reading specific emails, managing labels, and drafting emails.

  • Provides integration with Google Calendar (creating events, listing events, finding free time slots) and Google Drive (searching files, managing file content, sharing files) and Google Tasks (managing task lists and tasks).

Google MCP Tools

This is a collection of Google-native tools (e.g., Gmail, Calendar) for the MCP protocol, designed to integrate seamlessly with AI clients like Claude or Cursor.

{ "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>" } } } }

Features

  • Gmail:
    • Send emails with multiple recipients (to, cc, bcc) and attachments.
    • List emails with custom queries, labels, and result limits.
    • Read specific emails by ID.
    • Manage labels (add, remove, list).
    • Draft and delete emails.
  • Calendar:
    • List calendars and set a default calendar.
    • Create events with details (summary, start/end time, attendees, etc.).
    • List upcoming events with customizable filters.
    • Update or delete existing events.
    • Find free time slots for scheduling.
  • Drive:
    • Filter with search queries
    • Sort by modification date or other criteria
    • Customize display count
    • View detailed file metadata
    • Read file content (text, docs, spreadsheets)
    • Create new files with specified content
    • Update existing files
    • Delete files (trash or permanent)
    • Share files with specific permissions
  • Tasks:
    • View all task lists
    • Create new task lists
    • Delete existing task lists
    • Set default task list
    • List tasks with filters
    • View task details
    • Create tasks with title, notes, and due dates
    • Update task properties
    • Mark tasks as complete
    • Delete tasks
  • TODO Plans:
    • Google Contacts: Search and manage contacts.
    • And Many More...

You can chain commands for workflows, e.g.:

"List my unread emails, draft a reply to the latest one, and schedule a follow-up meeting tomorrow at 2 PM."

Manual Installation

  1. Prerequisites:
    • Install Bun:
    brew install oven-sh/bun/bun # macOS/Linux with Homebrew
  2. Set Up OAuth:
    • Create a Google Cloud project in the Google Cloud Console.
    • Set up OAuth 2.0 credentials (Client ID, Client Secret).
    • Choose the type Desktop app.
    • If using test mode, add your email to the test users list.
    • Make sure to enable API access for desired services (Gmail, Calendar, Drive etc.).
  3. Configure Your Client: Edit your claude_desktop_config.json (or equivalent config file for your client):
{ "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>", // 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>" } } } }
  1. Authenticate:
    • The first time you run the server, it will open a browser for OAuth authentication. Follow the prompts to grant access, and tokens will be saved to GOOGLE_OAUTH_TOKEN_PATH.

Usage

Now, ask Claude to use the google-mcp tool.

Send an email to jane.doe@example.com with the subject "Meeting Notes" and body "Here are the notes from today."
List my upcoming calendar events for the next 3 days.
Create a calendar event titled "Team Sync" tomorrow at 10 AM for 1 hour.

Local Development

git clone https://github.com/vakharwalad23/google-mcp.git cd google-mcp bun install bun run index.ts

Thank you for using Google MCP Tools! If you have any questions or suggestions, feel free to open an issue or contribute to the project.

Play around with the tools and enjoy!!

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

This is a collection of Google-native tools (e.g., Gmail, Calendar) for the MCP protocol, designed to integrate seamlessly with AI clients like Claude or Cursor.

  1. Features
    1. Manual Installation
  2. Usage
    1. Local Development

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        Google Calendar integration in Cursor IDE. This server enables AI assistants to manage Google Calendar events through natural language interactions.
        Last updated -
        5
        0
        5
        JavaScript
      • A
        security
        A
        license
        A
        quality
        This server enables users to perform Google News searches with automatic categorization and multi-language support via SerpAPI integration.
        Last updated -
        1
        49
        46
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
        Last updated -
        10
        3
        TypeScript
      • -
        security
        A
        license
        -
        quality
        Enables interaction with Gmail and Google Calendar using the MCP protocol, supporting multiple Google accounts, email management, and calendar operations through natural language.
        Last updated -
        5
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      ID: opwf6bop3j