abhinav20sep/gmail-mcp-server-rust
If you are the rightful owner of gmail-mcp-server-rust and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A high-performance Rust implementation of the Gmail MCP Server for Claude/AI integration via the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
send_email
Send a new email (with optional attachments)
draft_email
Create a draft email
read_email
Read a specific email by ID
search_emails
Search emails with Gmail query syntax
modify_email
Add/remove labels from an email
delete_email
Move email to trash
list_email_labels
List all Gmail labels
batch_modify_emails
Modify labels on multiple emails
batch_delete_emails
Delete multiple emails
create_label
Create a new label
update_label
Update a label's properties
delete_label
Delete a label
get_or_create_label
Get existing or create new label
create_filter
Create a new filter
list_filters
List all filters
get_filter
Get a specific filter
delete_filter
Delete a filter
create_filter_from_template
Create filter from predefined templates
download_attachment
Download an email attachment
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client