# io.github.marlinjai/email-mcp (npm · @marlinjai/email-mcp)

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

- Trust score: 57/100 (low)
- Change this week: +52
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- npm · `@marlinjai/email-mcp`: 57/100 (this document), [markdown](https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp.md), [page](https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp)

## Channel facts

- Registry: `npm`
- Package: `@marlinjai/email-mcp`
- Version: `1.2.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Supply Chain Security**: 81/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects nodemailer 8.0.11, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 236 of 237 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 54 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1377 tokens (~57/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 25% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add marlinjai-email-mcp -- npx -y @marlinjai/email-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add marlinjai-email-mcp --command npx --arg -y --arg @marlinjai/email-mcp
```

### Hermes

```yaml
mcp_servers:
  marlinjai-email-mcp:
    command: "npx"
    args: ["-y", "@marlinjai/email-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "marlinjai-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@marlinjai/email-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 57, +3)

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

### 2026-08-06 (score 54, +24)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] 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

### 2026-08-02 (score 30, +25)

- [security regression] GHSA-p6gq-j5cr-w38f affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] 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.
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] 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

### 2026-07-31 (score 5, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, 0)

- [functional] 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.

### 2026-07-28 (score 24, −1)

- [functional regression] Dependency health: partial → unverified

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (24)

### `email_list_accounts` (~19 tokens)

List all configured email accounts and their connection status

### `email_add_account` (~153 tokens)

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

Input parameters:

- `email` (string, required): Email address
- `host` (string): IMAP server hostname
- `name` (string, required): Display name for the account
- `password` (string): Password or app-specific password
- `port` (number): IMAP server port (default: 993)
- `provider` (string, required): Provider type: "imap" or "icloud" (Gmail/Outlook require OAuth setup wizard)
- `smtpHost` (string): SMTP server hostname
- `smtpPort` (number): SMTP server port
- `tls` (boolean): Use TLS (default: true)

### `email_remove_account` (~28 tokens)

Remove an email account

Input parameters:

- `accountId` (string, required): ID of the account to remove

### `email_test_account` (~29 tokens)

Test an email account connection

Input parameters:

- `accountId` (string, required): ID of the account to test

### `email_list_folders` (~26 tokens)

List all email folders for an account

Input parameters:

- `accountId` (string, required)

### `email_search` (~160 tokens)

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

Input parameters:

- `accountId` (string, required)
- `before` (string)
- `body` (string)
- `folder` (string)
- `from` (string)
- `hasAttachment` (boolean)
- `limit` (number)
- `offset` (number)
- `returnBody` (boolean): Include full email body in results (default: false). Set to true only when you need the full content.
- `since` (string)
- `starredOnly` (boolean)
- `subject` (string)
- `to` (string)
- `unreadOnly` (boolean)

### `email_get` (~31 tokens)

Get a single email by ID

Input parameters:

- `accountId` (string, required)
- `emailId` (string, required)

### `email_get_thread` (~33 tokens)

Get an email thread by thread ID

Input parameters:

- `accountId` (string, required)
- `threadId` (string, required)

### `email_get_attachment` (~46 tokens)

Get an email attachment by ID, returns base64 encoded data

Input parameters:

- `accountId` (string, required)
- `attachmentId` (string, required)
- `emailId` (string, required)

### `email_send` (~57 tokens)

Send a new email

Input parameters:

- `accountId` (string, required)
- `bcc` (array)
- `body` (object, required)
- `cc` (array)
- `subject` (string, required)
- `to` (array, required)

### `email_reply` (~45 tokens)

Reply to an existing email

Input parameters:

- `accountId` (string, required)
- `body` (object, required)
- `emailId` (string, required)
- `replyAll` (boolean)

### `email_forward` (~45 tokens)

Forward an email to new recipients

Input parameters:

- `accountId` (string, required)
- `body` (object)
- `emailId` (string, required)
- `to` (array, required)

### `email_draft_create` (~45 tokens)

Create a new email draft

Input parameters:

- `accountId` (string, required)
- `body` (object, required)
- `subject` (string, required)
- `to` (array, required)

### `email_draft_list` (~36 tokens)

List email drafts

Input parameters:

- `accountId` (string, required)
- `limit` (number)
- `offset` (number)

### `email_move` (~64 tokens)

Move an email to a different folder

Input parameters:

- `accountId` (string, required)
- `emailId` (string, required)
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when email is not in INBOX)
- `targetFolder` (string, required)

### `email_delete` (~69 tokens)

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

Input parameters:

- `accountId` (string, required)
- `emailId` (string, required)
- `permanent` (boolean)
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when email is not in INBOX)

### `email_mark` (~82 tokens)

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

Input parameters:

- `accountId` (string, required)
- `emailId` (string, required)
- `flagged` (boolean)
- `read` (boolean)
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when email is not in INBOX)
- `starred` (boolean)

### `email_batch_delete` (~82 tokens)

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

Input parameters:

- `accountId` (string, required)
- `emailIds` (array, required): Array of email IDs to delete
- `permanent` (boolean): Permanently delete instead of moving to trash
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when emails are not in INBOX)

### `email_batch_move` (~83 tokens)

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

Input parameters:

- `accountId` (string, required)
- `emailIds` (array, required): Array of email IDs to move
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when emails are not in INBOX)
- `targetFolder` (string, required): Destination folder name or ID

### `email_batch_mark` (~96 tokens)

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

Input parameters:

- `accountId` (string, required)
- `emailIds` (array, required): Array of email IDs to mark
- `flagged` (boolean)
- `read` (boolean)
- `sourceFolder` (string): Source folder (required for IMAP/iCloud when emails are not in INBOX)
- `starred` (boolean)

### `email_label` (~52 tokens)

Add or remove labels on an email (Gmail only)

Input parameters:

- `accountId` (string, required)
- `addLabels` (array)
- `emailId` (string, required)
- `removeLabels` (array)

### `email_folder_create` (~38 tokens)

Create a new email folder

Input parameters:

- `accountId` (string, required)
- `name` (string, required)
- `parentPath` (string)

### `email_get_labels` (~29 tokens)

List all labels for an email account (Gmail only)

Input parameters:

- `accountId` (string, required)

### `email_get_categories` (~29 tokens)

List all categories for an email account (Outlook only)

Input parameters:

- `accountId` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp#diagnostics

## Score history

- 2026-08-08: 57
- 2026-08-07: 54
- 2026-08-06: 54
- 2026-08-05: 30
- 2026-08-04: 30
- 2026-08-03: 30
- 2026-08-02: 30
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/@marlinjai/email-mcp
- Socket report: https://socket.dev/npm/package/@marlinjai/email-mcp
- Repository: https://github.com/marlinjai/email-mcp
- Changelog RSS feed: https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp.json
- HTML version of this page: https://verifymcp.io/servers/marlinjai-email-mcp/marlinjai-email-mcp
