Gmail

Fetch Gmail using existing Google Workspace credentials at ~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

plurigrid 2776d26 2 files · 3.1 KB Updated

File contents

Gmail Skill

Fetches Gmail using existing Google Workspace OAuth credentials.

Prerequisites

Credentials file exists at:

~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

Usage

Fetch most recent email:

uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py

Fetch with options:

# Fetch N most recent emails
uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py --count 5

# Search emails
uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py --query "from:someone@example.com"

Credential Location

The working credentials are at:

~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

These contain a refresh token with full Gmail scopes (readonly, compose, send, modify).

plurigrid/asi/tree/main/skills/gmail commit 2776d2609a

Frequently asked questions

npx skillmds@latest add plurigrid/gmail