Gmail AutoAuth MCP Server
Summary
Server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.
Available Actions(14)
send_email
Sends a new email immediately. Supports plain text, HTML, or multipart emails with optional file attachments.
draft_email
Creates a draft email without sending it. Supports attachments.
read_email
Retrieves the content of a specific email by its ID. Shows enhanced attachment information.
download_attachment
Downloads email attachments to your local filesystem. Parameters: messageId, attachmentId, savePath, filename.
search_emails
Searches for emails using Gmail search syntax. Parameters: query, maxResults.
modify_email
Adds or removes labels from emails. Parameters: messageId, addLabelIds, removeLabelIds.
delete_email
Permanently deletes an email. Parameters: messageId.
list_email_labels
Retrieves all available Gmail labels.
create_label
Creates a new Gmail label. Parameters: name, messageListVisibility, labelListVisibility.
update_label
Updates an existing Gmail label. Parameters: id, name, messageListVisibility, labelListVisibility.
delete_label
Deletes a Gmail label. Parameters: id.
get_or_create_label
Gets an existing label by name or creates it if it doesn't exist. Parameters: name, messageListVisibility, labelListVisibility.
batch_modify_emails
Modifies labels for multiple emails in efficient batches. Parameters: messageIds, addLabelIds, removeLabelIds, batchSize.
batch_delete_emails
Permanently deletes multiple emails in efficient batches. Parameters: messageIds, batchSize.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione