1. Conduid
  2. Maps
  3. Hubmail
MCP server · Maps

Hubmail

Self-hosted MCP server to connect multiple Gmail accounts and query them from Claude — OAuth + routing only, zero AI logic server-side.

34Low

Scored 11 days ago · breakdown

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

Clone
git clone https://github.com/anandukch/hubmail

This 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

I know everything about Hubmail. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Hubmail

How do I install Hubmail?

Run git clone https://github.com/anandukch/hubmail, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Hubmail safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Hubmail still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.