Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.gx-55/multi-gmail-mcp

NPM · MULTI-GMAIL-MCP · SCANNED AUG 3

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via googleapis > googleapis-common > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (129 of 133), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 688 tokens (~45/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · multi-gmail-mcp

# add to Claude Code
claude mcp add gx-55-multi-gmail-mcp -- npx -y multi-gmail-mcp
# add to Codex CLI
codex mcp add gx-55-multi-gmail-mcp -- npx -y multi-gmail-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gx-55-multi-gmail-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "multi-gmail-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gx-55-multi-gmail-mcp --command npx --arg -y --arg multi-gmail-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gx-55-multi-gmail-mcp:
    command: "npx"
    args: ["-y", "multi-gmail-mcp"]
// mcp.json
{
  "mcpServers": {
    "gx-55-multi-gmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "multi-gmail-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +43
    • CVE-2026-41907 affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • License: unverified → fail functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • First check of Schema quality: unverified functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 129 packages

129 packages in the resolved dependency tree · 129 deprecated · 41 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~688 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_label ~49

Add one or more labels to an email.

NameTypeReqDescription
emailstringyesGmail account
label_idsarrayyesLabel IDs to add
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

archive_email ~38

Archive an email by removing it from the inbox.

NameTypeReqDescription
emailstringyesGmail account
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

complete_auth ~41

Finish OAuth2 authentication after the user has opened the URL from initiate_auth and completed the Google sign-in flow.

NameTypeReqDescription
emailstringyesGmail address being authenticated

No output schema declared.

No examples provided.

create_draft ~80

Save an email as a draft without sending.

NameTypeReqDescription
bccstringBCC recipients (optional)
bodystringyesPlain-text body
ccstringCC recipients (optional)
emailstringyesGmail account
subjectstringyesSubject line
tostringyesRecipient address(es)

No output schema declared.

No examples provided.

get_email ~38

Fetch the full content of an email by ID.

NameTypeReqDescription
emailstringyesGmail account
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

initiate_auth ~50

Start OAuth2 authentication for a Gmail account. Returns a URL the user must open in their browser. After the user completes sign-in, call complete_auth.

NameTypeReqDescription
emailstringyesGmail address to authenticate

No output schema declared.

No examples provided.

list_accounts ~14

List all authenticated Gmail accounts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_labels ~25

List all Gmail labels for an account.

NameTypeReqDescription
emailstringyesGmail account

No output schema declared.

No examples provided.

mark_as_read ~35

Mark an email as read.

NameTypeReqDescription
emailstringyesGmail account
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

mark_as_unread ~36

Mark an email as unread.

NameTypeReqDescription
emailstringyesGmail account
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

remove_account ~28

Remove a Gmail account and its stored credentials.

NameTypeReqDescription
emailstringyesGmail address to remove

No output schema declared.

No examples provided.

remove_label ~49

Remove one or more labels from an email.

NameTypeReqDescription
emailstringyesGmail account
label_idsarrayyesLabel IDs to remove
message_idstringyesEmail message ID

No output schema declared.

No examples provided.

reply_to_email ~57

Reply to an existing email, preserving thread context.

NameTypeReqDescription
bodystringyesPlain-text reply body
emailstringyesGmail account to reply from
message_idstringyesID of the email to reply to

No output schema declared.

No examples provided.

search_emails ~67

Search emails using Gmail search syntax (e.g. "from:foo is:unread").

NameTypeReqDescription
emailstringyesGmail account to search in
max_resultsnumberMaximum number of results (default: 10)
querystringyesGmail search query

No output schema declared.

No examples provided.

send_email ~81

Send an email from a Gmail account.

NameTypeReqDescription
bccstringBCC recipients (optional)
bodystringyesPlain-text body
ccstringCC recipients (optional)
emailstringyesGmail account to send from
subjectstringyesSubject line
tostringyesRecipient address(es)

No output schema declared.

No examples provided.