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.
A Model Context Protocol (MCP) server that provides tools for interacting with Gmail API, enabling programmatic email management.
The Gmail MCP Server is designed to facilitate seamless interaction with the Gmail API through the Model Context Protocol interface. This server allows users to manage their emails programmatically, offering functionalities such as listing, searching, sending, and modifying emails. It is particularly useful for developers looking to integrate Gmail functionalities into their applications or automate email-related tasks. The server requires Node.js and a Google Cloud Console setup to enable the Gmail API and configure OAuth 2.0 credentials. Once set up, users can perform various email operations using the provided MCP tools, making it a versatile solution for email management.
Features
- list_emails: List recent emails from your inbox with optional filtering
- search_emails: Advanced email search with Gmail query syntax
- send_email: Send new emails with support for CC and BCC
- modify_email: Modify email labels (archive, trash, mark read/unread)