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

io.github.marlinjai/email-mcp

NPM · @MARLINJAI/EMAIL-MCP · SCANNED AUG 8

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

+52 this week 57 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 Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects nodemailer 8.0.11, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 236 of 237 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1377 tokens (~57/item across 24 items; 24 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 25% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · @marlinjai/email-mcp

# add to Claude Code
claude mcp add marlinjai-email-mcp -- npx -y @marlinjai/email-mcp
# add to Codex CLI
codex mcp add marlinjai-email-mcp -- npx -y @marlinjai/email-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "marlinjai-email-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@marlinjai/email-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add marlinjai-email-mcp --command npx --arg -y --arg @marlinjai/email-mcp
# ~/.hermes/config.yaml
mcp_servers:
  marlinjai-email-mcp:
    command: "npx"
    args: ["-y", "@marlinjai/email-mcp"]
// mcp.json
{
  "mcpServers": {
    "marlinjai-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@marlinjai/email-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.

  • 8 Aug 26 +3

    No change was recorded against any check on this day. Supply Chain Security went from 71 to 81.

  • 6 Aug 26 +24
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 25 functional
    • First check of Schema quality: fair functional
    • First check of Schema quality: fail functional
  • 2 Aug 26 +25
    • GHSA-p6gq-j5cr-w38f affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Licence: MIT functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 28 Jul 26 −1
    • Dependency health: partial → unverified functional
  • 27 Jul 26 25

    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 8 Aug 2026 · Analysed npm/@marlinjai/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-p6gq-j5cr-w38f high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
Dependencies 236 packages
Packages resolved 236
Deprecated 2
Stale 61
Tree resolution Partial

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

MCP tools · 24 exposed · ~1,377 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
email_add_account ~153

Add a new IMAP or iCloud email account (Gmail and Outlook require the setup wizard for OAuth)

NameTypeReqDescription
emailstringyesEmail address
hoststringIMAP server hostname
namestringyesDisplay name for the account
passwordstringPassword or app-specific password
portnumberIMAP server port (default: 993)
providerstringyesProvider type: "imap" or "icloud" (Gmail/Outlook require OAuth setup wizard)
smtpHoststringSMTP server hostname
smtpPortnumberSMTP server port
tlsbooleanUse TLS (default: true)

No output schema declared.

No examples provided.

email_batch_delete ~82

Delete multiple emails at once. Much faster than individual deletes.

NameTypeReqDescription
accountIdstringyes
emailIdsarrayyesArray of email IDs to delete
permanentbooleanPermanently delete instead of moving to trash
sourceFolderstringSource folder (required for IMAP/iCloud when emails are not in INBOX)

No output schema declared.

No examples provided.

email_batch_mark ~96

Mark multiple emails at once (read/unread, starred, flagged). Much faster than individual marks.

NameTypeReqDescription
accountIdstringyes
emailIdsarrayyesArray of email IDs to mark
flaggedboolean
readboolean
sourceFolderstringSource folder (required for IMAP/iCloud when emails are not in INBOX)
starredboolean

No output schema declared.

No examples provided.

email_batch_move ~83

Move multiple emails to a folder at once. Much faster than individual moves.

NameTypeReqDescription
accountIdstringyes
emailIdsarrayyesArray of email IDs to move
sourceFolderstringSource folder (required for IMAP/iCloud when emails are not in INBOX)
targetFolderstringyesDestination folder name or ID

No output schema declared.

No examples provided.

email_delete ~69

Delete an email (moves to trash by default, or permanently deletes)

NameTypeReqDescription
accountIdstringyes
emailIdstringyes
permanentboolean
sourceFolderstringSource folder (required for IMAP/iCloud when email is not in INBOX)

No output schema declared.

No examples provided.

email_draft_create ~45

Create a new email draft

NameTypeReqDescription
accountIdstringyes
bodyobjectyes
subjectstringyes
toarrayyes

No output schema declared.

No examples provided.

email_draft_list ~36

List email drafts

NameTypeReqDescription
accountIdstringyes
limitnumber
offsetnumber

No output schema declared.

No examples provided.

email_folder_create ~38

Create a new email folder

NameTypeReqDescription
accountIdstringyes
namestringyes
parentPathstring

No output schema declared.

No examples provided.

email_forward ~45

Forward an email to new recipients

NameTypeReqDescription
accountIdstringyes
bodyobject
emailIdstringyes
toarrayyes

No output schema declared.

No examples provided.

email_get ~31

Get a single email by ID

NameTypeReqDescription
accountIdstringyes
emailIdstringyes

No output schema declared.

No examples provided.

email_get_attachment ~46

Get an email attachment by ID, returns base64 encoded data

NameTypeReqDescription
accountIdstringyes
attachmentIdstringyes
emailIdstringyes

No output schema declared.

No examples provided.

email_get_categories ~29

List all categories for an email account (Outlook only)

NameTypeReqDescription
accountIdstringyes

No output schema declared.

No examples provided.

email_get_labels ~29

List all labels for an email account (Gmail only)

NameTypeReqDescription
accountIdstringyes

No output schema declared.

No examples provided.

email_get_thread ~33

Get an email thread by thread ID

NameTypeReqDescription
accountIdstringyes
threadIdstringyes

No output schema declared.

No examples provided.

email_label ~52

Add or remove labels on an email (Gmail only)

NameTypeReqDescription
accountIdstringyes
addLabelsarray
emailIdstringyes
removeLabelsarray

No output schema declared.

No examples provided.

email_list_accounts ~19

List all configured email accounts and their connection status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

email_list_folders ~26

List all email folders for an account

NameTypeReqDescription
accountIdstringyes

No output schema declared.

No examples provided.

email_mark ~82

Mark an email as read/unread, starred, or flagged

NameTypeReqDescription
accountIdstringyes
emailIdstringyes
flaggedboolean
readboolean
sourceFolderstringSource folder (required for IMAP/iCloud when email is not in INBOX)
starredboolean

No output schema declared.

No examples provided.

email_move ~64

Move an email to a different folder

NameTypeReqDescription
accountIdstringyes
emailIdstringyes
sourceFolderstringSource folder (required for IMAP/iCloud when email is not in INBOX)
targetFolderstringyes

No output schema declared.

No examples provided.

email_remove_account ~28

Remove an email account

NameTypeReqDescription
accountIdstringyesID of the account to remove

No output schema declared.

No examples provided.

email_reply ~45

Reply to an existing email

NameTypeReqDescription
accountIdstringyes
bodyobjectyes
emailIdstringyes
replyAllboolean

No output schema declared.

No examples provided.

email_search ~160

Search emails with filters. By default returns compact results without full body content to save context. Set returnBody=true to include full email bodies.

NameTypeReqDescription
accountIdstringyes
beforestring
bodystring
folderstring
fromstring
hasAttachmentboolean
limitnumber
offsetnumber
returnBodybooleanInclude full email body in results (default: false). Set to true only when you need the full content.
sincestring
starredOnlyboolean
subjectstring
tostring
unreadOnlyboolean

No output schema declared.

No examples provided.

email_send ~57

Send a new email

NameTypeReqDescription
accountIdstringyes
bccarray
bodyobjectyes
ccarray
subjectstringyes
toarrayyes

No output schema declared.

No examples provided.

email_test_account ~29

Test an email account connection

NameTypeReqDescription
accountIdstringyesID of the account to test

No output schema declared.

No examples provided.