Gmail MCP Server
Server Details
Server URL: https://gmail.mintmcp.com/mcp
Available Tools
Tool Descriptions
- search_email - Search emails using Gmail query syntax with support for labels, date ranges, and advanced filters
- get_email - Retrieve full email content including headers, body, and attachments metadata
- draft_email - Create email drafts with rich text formatting using Markdown
- draft_reply - Draft replies to existing email threads with proper threading
- send_draft - Send previously created drafts with a single command
Configuration
Add this configuration to your MCP client settings:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"mcp-remote",
"https://gmail.mintmcp.com/mcp"
]
}
}
}
Features
- Full Gmail search syntax support
- Thread-aware email operations
- Rich text formatting with Markdown to HTML conversion
- Support for labels and categories
- Attachment metadata access
- Draft management for safe email composition