Ayush-k-Shukla/gmail-mcp-server
If you are the rightful owner of gmail-mcp-server 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.
This MCP server integrates with Gmail APIs to manage emails and labels efficiently.
Tools
Functions exposed to the LLM to take actions
get-gmail-profile
Get Gmail profile details based on userId.
send-email
Send an email to a given email address with support for attachments and HTML.
create-label
Create a new Gmail label.
delete-email
Delete an email by message ID.
summarize-top-k-emails
Summarize the top k emails in the inbox.
get-unread-emails
Get unread emails from the inbox.
global-search-emails
Search emails by subject, sender/recipient, time range, keyword, and label.
list-gmail-labels
List all Gmail labels for the authenticated user.
delete-gmail-label
Delete a Gmail label by label ID.
vector-search-emails
Semantic search for emails using vector embeddings (RAG).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client