Gmail integration via MCP — search, send, draft, label, and manage emails directly from Claude Code sessions. [EXPLICIT] Trigger: "email", "gmail", "send email", "check inbox", "drafts", "email labels"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.md"Email is the universal protocol of business communication." — Paul Graham
Manages Gmail directly from Claude Code via MCP server. Search emails, send messages, manage drafts, organize with labels, handle attachments, and track threads — all through natural language. Requires OAuth2 authentication with Google. [EXPLICIT]
docs/google-workspace-mcp-setup.md)npx @dev-hitesh-gupta/gmail-mcp-server auth)GMAIL_MCP_CONFIG_DIR setclaude mcp list should show gmailgmail_get_profile to verify authenticationnpx @dev-hitesh-gupta/gmail-mcp-server authgmail_search with Gmail query syntax (from:, subject:, is:unread, after:)gmail_get_message to read full email content by IDgmail_get_thread to follow conversation threadsgmail_list_attachments + gmail_get_attachment for file accessgmail_create_draft to prepare emails for reviewgmail_send for direct sending (supports CC, BCC, threading)gmail_send_draft to send a previously created draftgmail_list_labels to see current label structuregmail_create_label / gmail_delete_label for label managementgmail_modify_labels to categorize emailsgmail_mark_read / gmail_mark_unread for status managementgmail_trash / gmail_untrash for cleanup| Tool | Use Case |
|---|---|
gmail_search | Find emails by query (from, subject, date, labels) |
gmail_get_message | Read full email by ID |
gmail_send | Send new email or reply |
gmail_get_thread | Get entire conversation |
gmail_create_draft | Save email as draft |
gmail_list_drafts | View all drafts |
gmail_send_draft | Send existing draft |
gmail_list_labels | List all labels |
gmail_modify_labels | Add/remove labels from messages |
gmail_list_attachments | List attachments in email |
gmail_get_attachment | Download attachment (base64) |
email-sending — transactional email via SendGrid/Mailgun/SESemail-template-builder — responsive HTML email templatesgoogle-workspace-apis — programmatic Workspace API integration/gmail-mcp — interactive Gmail managementSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.