About Hubmail
Hubmail is an MCP server in the Maps category: self-hosted MCP server to connect multiple Gmail accounts and query them from Claude — OAuth + routing only, zero AI logic server-side. It has been installed 0 times through Conduid.
Tools (9)
create_labelCreates a Gmail label. Idempotent — returns the existing label if the name already exists. Requires write access.
Takes no parameters.
create_mail_filterCreates a Gmail filter so future mail matching a search query is auto-labeled (and optionally skips Inbox). Applies only to mail that arrives after creation, not existing mail. Requires write access.
Takes no parameters.
delete_emailMoves a single email to Trash by message id. Recoverable — not a permanent delete. Requires write access.
Takes no parameters.
draft_emailCreates a draft (to/subject/body) in a connected account. Does not send it. Requires write access.
Takes no parameters.
label_emailTags one or more emails with an existing label by message id. Emails stay in Inbox. Requires write access.
Takes no parameters.
list_accountsLists the Gmail account aliases connected for the authenticated user.
Takes no parameters.
move_email_to_labelTags one or more emails with an existing label and archives them (removes INBOX), like moving mail into a folder. Requires write access.
Takes no parameters.
read_emailFetches the full body and attachment list of a single email by message id.
Takes no parameters.
search_emailsSearches a connected account using Gmail search syntax (`from:`, `subject:`, etc).
Takes no parameters.
Install
git clone https://github.com/anandukch/hubmailThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Hubmail
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.