Server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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. Parameters: messageId (string), attachmentId (string), savePath (optional string), filename (optional string).
Searches for emails using Gmail search syntax. Parameters: query (string), maxResults (optional integer).
Adds or removes labels from emails. Parameters: messageId (string), addLabelIds (array of strings), removeLabelIds (array of strings).
Permanently deletes an email. Parameters: messageId (string).
Retrieves all available Gmail labels.
Creates a new Gmail label. Parameters: name (string), messageListVisibility (string), labelListVisibility (string).
Updates an existing Gmail label. Parameters: id (string), name (string), messageListVisibility (string), labelListVisibility (string).
Deletes a Gmail label. Parameters: id (string).
Gets an existing label by name or creates it if it doesn't exist. Parameters: name (string), messageListVisibility (string), labelListVisibility (string).
Modifies labels for multiple emails in efficient batches. Parameters: messageIds (array of strings), addLabelIds (array of strings), removeLabelIds (array of strings), batchSize (optional integer).
Permanently deletes multiple emails in efficient batches. Parameters: messageIds (array of strings), batchSize (optional integer).
Creates a new Gmail filter with custom criteria and actions. Parameters: criteria (object), action (object).
Retrieves all Gmail filters.
Gets details of a specific Gmail filter. Parameters: filterId (string).
Deletes a Gmail filter. Parameters: filterId (string).
Creates a filter using pre-defined templates for common scenarios. Parameters: template (string), parameters (object).