This Gmail AutoAuth MCP server, developed by gongrzhe, provides a standardized interface for AI assistants to interact with Gmail through natural language. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for sending emails, reading messages, searching emails, managing labels, and more. The server implements OAuth2 authentication with auto browser launch, supporting both desktop and web application credentials. By abstracting Gmail API operations and handling authentication complexities, it enables AI systems to easily manage email communications. This implementation is particularly valuable for applications requiring programmatic email access, facilitating use cases such as automated email management, intelligent email filtering, and AI-driven communication assistance.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Sends a new email immediately. Supports plain text, HTML, or multipart emails with optional file attachments.
Creates a draft email without sending it. Also supports attachments.
Retrieves the content of a specific email by its ID. Now shows enhanced attachment information.
Downloads email attachments to your local filesystem.
Searches for emails using Gmail search syntax.
Adds or removes labels from emails (move to different folders, archive, etc.).
Permanently deletes an email.
Retrieves all available Gmail labels.
Creates a new Gmail label.
Updates an existing Gmail label.
Deletes a Gmail label.
Gets an existing label by name or creates it if it doesn't exist.
Modifies labels for multiple emails in efficient batches.
Permanently deletes multiple emails in efficient batches.
Creates a new Gmail filter with custom criteria and actions.
Retrieves all Gmail filters.
Gets details of a specific Gmail filter.
Deletes a Gmail filter.
Creates a filter using pre-defined templates for common scenarios.