Integrates with Gmail APIs to enable listing, deleting, summarizing, and sending emails and labels.
Sponsored
Gmail provides an MCP server that interacts with the Gmail API, allowing users to manage their Gmail account programmatically. It supports operations such as listing emails, sending emails (with attachments and HTML formatting), creating and deleting labels, summarizing emails, searching emails with various filters, and retrieving unread emails. The server is configured via settings in either VS Code or Claude Desktop, making it easy to integrate into existing workflows.
Key Features
010 GitHub stars
02Send emails with attachments and HTML formatting.
03Summarize the top emails in the inbox.
04Create and delete Gmail labels.
05Search emails by subject, sender, time range, keyword and label
06Retrieve unread emails.
Use Cases
01Automate email sending for notifications or reports.
02Programmatically manage Gmail labels for organization.