lamarquenet/mcp-server-prototype
If you are the rightful owner of mcp-server-prototype and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Gmail AutoAuth MCP Server is designed for seamless integration with Claude Desktop, enabling AI assistants to manage Gmail through natural language interactions with auto authentication support.
Tools
Functions exposed to the LLM to take actions
send_email
Sends a new email immediately.
draft_email
Creates a draft email without sending it.
read_email
Retrieves the content of a specific email by its ID.
search_emails
Searches for emails using Gmail search syntax.
modify_email
Adds or removes labels from emails.
delete_email
Permanently deletes an email.
list_email_labels
Retrieves all available Gmail labels.
create_label
Creates a new Gmail label.
update_label
Updates an existing Gmail label.
delete_label
Deletes a Gmail label.
get_or_create_label
Gets an existing label by name or creates it if it doesn't exist.
batch_modify_emails
Modifies labels for multiple emails in efficient batches.
batch_delete_emails
Permanently deletes multiple emails in efficient batches.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client