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.AIWerk/mcp-server-imap

NPM · @AIWERK/MCP-SERVER-IMAP · SCANNED AUG 3

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

+30 this week 54 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 Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects nodemailer 7.0.13, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (139 of 143), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability43
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 445 tokens (~44/item across 10 items; 10 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 Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
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 · @aiwerk/mcp-server-imap

# add to Claude Code
claude mcp add aiwerk-mcp-server-imap -- npx -y @aiwerk/mcp-server-imap
# add to Codex CLI
codex mcp add aiwerk-mcp-server-imap -- npx -y @aiwerk/mcp-server-imap
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aiwerk-mcp-server-imap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aiwerk/mcp-server-imap"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aiwerk-mcp-server-imap --command npx --arg -y --arg @aiwerk/mcp-server-imap
# ~/.hermes/config.yaml
mcp_servers:
  aiwerk-mcp-server-imap:
    command: "npx"
    args: ["-y", "@aiwerk/mcp-server-imap"]
// mcp.json
{
  "mcpServers": {
    "aiwerk-mcp-server-imap": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-imap"
      ]
    }
  }
}
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 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +30
    • GHSA-wqvq-jvpq-h66f affects this package: high security
    • GHSA-c7w3-x93f-qmm8 affects this package: high security
    • GHSA-vvjj-xcjg-gr5g affects this package: high security
    • GHSA-r7g4-qg5f-qqm2 affects this package: high security
    • GHSA-268h-hp4c-crq3 affects this package: high security
    • GHSA-p6gq-j5cr-w38f affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → poor functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 +2
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +18
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    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/@aiwerk/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 6 findings
ID CVE Severity Vector Fix available
GHSA-268h-hp4c-crq3 medium CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N yes
GHSA-c7w3-x93f-qmm8 low yes
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
GHSA-r7g4-qg5f-qqm2 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N yes
GHSA-vvjj-xcjg-gr5g medium CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N yes
GHSA-wqvq-jvpq-h66f medium CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N yes
Dependencies 139 packages

139 packages in the resolved dependency tree · 139 deprecated · 38 stale.

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

MCP tools — 10 exposed · ~445 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_attachment ~43

List or fetch a message attachment

NameTypeReqDescription
filenamestring
folderstring
indexinteger
uidintegeryes

No output schema declared.

No examples provided.

email_delete ~31

Delete emails by moving them to Trash

NameTypeReqDescription
folderstring
uidsarrayyes

No output schema declared.

No examples provided.

email_flag ~37

Set read/star flags on emails

NameTypeReqDescription
actionstringyes
folderstring
uidsarrayyes

No output schema declared.

No examples provided.

email_folders ~16

List all folders and status counters

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

email_list ~36

List emails from a folder

NameTypeReqDescription
folderstring
limitinteger
unreadOnlyboolean

No output schema declared.

No examples provided.

email_move ~40

Move email UIDs from one folder to another

NameTypeReqDescription
fromstring
tostringyes
uidsarrayyes

No output schema declared.

No examples provided.

email_read ~38

Read one email including body and attachments metadata

NameTypeReqDescription
folderstring
formatstring
uidintegeryes

No output schema declared.

No examples provided.

email_reply ~57

Reply to an existing email via SMTP

NameTypeReqDescription
bodystringyes
cc
folderstring
htmlboolean
replyAllboolean
uidintegeryes

No output schema declared.

No examples provided.

email_search ~79

Search emails by text/header/date criteria

NameTypeReqDescription
beforestring
folderstring
fromstring
limitinteger
querystring
sincestring
subjectstring
tostring
unreadboolean

No output schema declared.

No examples provided.

email_send ~68

Send an email via SMTP

NameTypeReqDescription
bcc
bodystringyes
cc
htmlboolean
inReplyTostring
replyTostring
subjectstringyes
toyes

No output schema declared.

No examples provided.