MCP Hub
Back to servers

Gmail

Gmail MCP Pack

Registry
Updated
Apr 15, 2026

mcp-gmail

Gmail MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
gmail_list_messagesList messages in the user's Gmail inbox. Optionally filter with a search query. Returns message IDs and thread IDs.
gmail_get_messageGet a specific Gmail message by ID. Returns full message details including headers, snippet, body, and labels.
gmail_searchSearch Gmail messages using Gmail query syntax. Supports operators like from:, to:, subject:, has:attachment, after:, before:, is:unread, label:, etc.
gmail_sendSend an email from the authenticated Gmail account.
gmail_list_labelsList all labels in the user's Gmail account, including system labels (INBOX, SENT, TRASH, etc.) and user-created labels.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "gmail": {
      "url": "https://gateway.pipeworx.io/gmail/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use gmail

License

MIT

Reviews

No reviews yet

Sign in to write a review