Changelog
Initial release. Standalone Gmail connector - search, read, send, reply, labels, and drafts.
Setup
What you'll need: A Google account. The connect command opens your browser for OAuth with Gmail-only scope. No API keys, no Google Cloud project required.
Need Sheets, Docs, Drive, and Calendar too? Use Google Workspace to connect everything at once.
Tools
Gmail
- gmail_search - Search with Gmail query syntax (from:, to:, subject:, has:attachment, newer_than:)
- gmail_read - Full message with headers and body
- gmail_send - Compose and send
- gmail_reply - Reply to a thread
- gmail_create_draft - Save a draft
- gmail_list_drafts - List saved drafts
- gmail_list_labels - List all labels
- gmail_create_label - Create a new label
- gmail_add_label - Add a label to a message
- gmail_remove_label - Remove a label from a message
- gmail_archive - Archive a message
- gmail_trash - Move a message to trash
- gmail_mark_read - Mark as read
- gmail_mark_unread - Mark as unread