@nikolausm/imap-mcp-server
AMCP server package imap-mcp-server
Install
agr install @nikolausm/imap-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "imap-mcp-server", "version": "2.0.0", "description": "A powerful Model Context Protocol (MCP) server for IMAP email integration with Claude", "mcpName": "io.github.nikolausm/imap-mcp-server", "main": "dist/index.js", "bin": { "imap-mcp-server": "dist/index.js", "imap-mcp": "dist/index.js", "imap-setup": "dist/setup.js" }, "files": [ "dist", "public", "README.md", "LICENSE" ], "scripts": { "build": "node build.mjs", "prepublishOnly": "npm run build", "build:tsc": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "setup": "tsx src/setup.ts", "web": "tsx src/web/server.ts", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "tsc --noEmit --skipLibCheck" }, "keywords": [ "mcp", "model-context-protocol", "imap", "smtp", "email", "mail", "claude", "chatgpt", "cursor", "ai", "llm", "agent" ], "author": "Michael Nikolaus", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nikolausm/imap-mcp-server.git" }, "bugs": { "url": "https://github.com/nikolausm/imap-mcp-server/issues" }, "homepage": "https://github.com/nikolausm/imap-mcp-server#readme", "type": "module", "engines": { "node": ">=22.12.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/mailparser": "^3.4.6", "@types/node": "^26.0.0", "@types/pdf-parse": "^1.1.5", "@types/turndown": "^5.0.6", "@vitest/coverage-v8": "^4.1.8", "esbuild": "^0.28.1", "nodemon": "^3.1.10", "semver": "^7.8.4", "tsx": "^4.20.3", "typescript": "^7.0.2", "vitest": "^4.1.8" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@types/nodemailer": "^8.0.1", "body-parser": "^2.2.0", "chalk": "^6.0.0", "commander": "^15.0.0", "cors": "^2.8.5", "dotenv": "^17.2.0", "express": "^5.1.0", "imapflow": "^1.4.2", "mailparser": "^3.9.11", "nodemailer": "^9.0.1", "open": "^11.0.0", "ora": "^9.0.0", "pdf-parse": "^2.4.5", "turndown": "^7.2.4", "turndown-plugin-gfm": "^1.0.2", "zod": "^4.0.0" }, "overrides": { "qs": "^6.15.2", "hono": "^4.13.0", "@hono/node-server": "^2.0.5", "fast-uri": "^3.1.4", "ip-address": "^10.4.0", "brace-expansion": "^5.0.9", "postcss": "^8.5.23", "string-width": "^7.2.0" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-ed3319c47d162026-08-06