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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 94 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add gx-55-multi-gmail-mcp -- npx -y multi-gmail-mcp
codex mcp add gx-55-multi-gmail-mcp -- npx -y multi-gmail-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gx-55-multi-gmail-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"multi-gmail-mcp"
],
"enabled": true
}
}
} openclaw mcp add gx-55-multi-gmail-mcp --command npx --arg -y --arg multi-gmail-mcp
mcp_servers:
gx-55-multi-gmail-mcp:
command: "npx"
args: ["-y", "multi-gmail-mcp"] {
"mcpServers": {
"gx-55-multi-gmail-mcp": {
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
]
}
}
} 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.
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.
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.
add_label ~49
Add one or more labels to an email.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| label_ids | array | yes | Label IDs to add |
| message_id | string | yes | Email message ID |
No output schema declared.
No examples provided.
archive_email ~38
Archive an email by removing it from the inbox.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| message_id | string | yes | Email 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail address being authenticated |
No output schema declared.
No examples provided.
create_draft ~80
Save an email as a draft without sending.
| Name | Type | Req | Description |
|---|---|---|---|
| bcc | string | — | BCC recipients (optional) |
| body | string | yes | Plain-text body |
| cc | string | — | CC recipients (optional) |
| string | yes | Gmail account | |
| subject | string | yes | Subject line |
| to | string | yes | Recipient address(es) |
No output schema declared.
No examples provided.
get_email ~38
Fetch the full content of an email by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| message_id | string | yes | Email 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account |
No output schema declared.
No examples provided.
mark_as_read ~35
Mark an email as read.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| message_id | string | yes | Email message ID |
No output schema declared.
No examples provided.
mark_as_unread ~36
Mark an email as unread.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| message_id | string | yes | Email message ID |
No output schema declared.
No examples provided.
remove_account ~28
Remove a Gmail account and its stored credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail address to remove |
No output schema declared.
No examples provided.
remove_label ~49
Remove one or more labels from an email.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account | |
| label_ids | array | yes | Label IDs to remove |
| message_id | string | yes | Email message ID |
No output schema declared.
No examples provided.
reply_to_email ~57
Reply to an existing email, preserving thread context.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Plain-text reply body |
| string | yes | Gmail account to reply from | |
| message_id | string | yes | ID 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").
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Gmail account to search in | |
| max_results | number | — | Maximum number of results (default: 10) |
| query | string | yes | Gmail search query |
No output schema declared.
No examples provided.
send_email ~81
Send an email from a Gmail account.
| Name | Type | Req | Description |
|---|---|---|---|
| bcc | string | — | BCC recipients (optional) |
| body | string | yes | Plain-text body |
| cc | string | — | CC recipients (optional) |
| string | yes | Gmail account to send from | |
| subject | string | yes | Subject line |
| to | string | yes | Recipient address(es) |
No output schema declared.
No examples provided.