Google Workspace

by Highlight

Recommended
2 stars
444 downloads
1
GitHub

About

Interact with Gmail and Google Calendar apps.

Details

Author
Highlight
Repository
highlight-ing/google-workspace-mcp-server
GitHub stars
2
Downloads
444
License
MIT License
Categories
Workplace

Setting up with Highlight

Follow these steps to add this server as a custom Highlight plugin:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Google Workspace
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/google-workspace-server/build/index.js
    Environment
    • GOOGLE_CLIENT_ID your_client_id
    • GOOGLE_CLIENT_SECRET your_client_secret
    • GOOGLE_REFRESH_TOKEN your_refresh_token

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

list_emails

List recent emails from your inbox with optional filtering.

search_emails

Advanced email search with Gmail query syntax.

send_email

Send new emails with support for CC and BCC.

modify_email

Modify email labels (archive, trash, mark read/unread).

list_events

List upcoming calendar events with date range filtering.

create_event

Create new calendar events with attendees.

update_event

Update existing calendar events.

delete_event

Delete calendar events.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "google workspace": {
            "env": {
                "GOOGLE_CLIENT_ID": "your_client_id",
                "GOOGLE_CLIENT_SECRET": "your_client_secret",
                "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
            },
            "args": [
                "/path/to/google-workspace-server/build/index.js"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
    },
    "args": [
        "/path/to/google-workspace-server/build/index.js"
    ],
    "command": "node"
}

Macos

{
    "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
    },
    "args": [
        "/path/to/google-workspace-server/build/index.js"
    ],
    "command": "node"
}

Windows

{
    "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
    },
    "args": [
        "/path/to/google-workspace-server/build/index.js"
    ],
    "command": "node"
}
5.0 · 1 review

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.