Summary
A read-and-format view of a Gmail inbox an assistant can search and tidy.
The reader and search tools cover getting to the right messages, and the formatter turns raw email into clean output, so an agent can find a thread, pull its messages, and present them readably rather than dumping raw source.
What it is
A server that connects an assistant to Gmail, exposing tools to read messages with filters, search with advanced criteria, and format email content for output.
What you get
- email_reader reads a set number of messages with various filter conditions
- email_search finds messages using advanced search criteria
- email_formatter formats email content, with output-format and cleanup options
Requirements
Gmail OAuth credentials supplied in the client configuration; runs through npx on Node.
Setup effort
One command plus a key — npx -y @cablate/mcp-gmail, then supply credentials
