← Browse

@sweetrb/apple-mail-mcp

B

MCP server package apple-mail-mcp

mcp_servermcp

Install

agr install @sweetrb/apple-mail-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "apple-mail-mcp", "version": "2.10.5", "packageManager": "pnpm@11.9.0", "description": "MCP server for Apple Mail - read, search, send, and manage emails via Claude and other AI assistants", "type": "module", "main": "build/index.js", "bin": { "apple-mail-mcp": "build/index.js", "apple-mail-send": "build/cli.js" }, "files": [ "build", "docs", "README.md", "LICENSE" ], "scripts": { "preinstall": "node -e "const fs=require('fs');const ua=process.env.npm_config_user_agent||'';if(fs.existsSync('.git')&&!ua.startsWith('pnpm')){console.error('\nThis repo uses pnpm. npm/yarn resolve dependencies off-lockfile and the committed bundle will mismatch CI.\n\n corepack enable && pnpm install --frozen-lockfile\n');process.exit(1)}"", "build": "tsc --noEmit && esbuild src/index.ts src/cli.ts --bundle --platform=node --format=esm --target=node20 --outdir=build --banner:js="import { createRequire as __createRequire } from 'node:module'; const require = __createRequire(import.meta.url);"", "start": "node build/index.js", "dev": "tsc --watch", "test": "vitest run", "test:integration": "vitest run --config vitest.integration.config.ts", "test:imap": "vitest run --config vitest.imap.config.ts", "test:all": "vitest run && vitest run --config vitest.integration.config.ts", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write src", "format:check": "prettier --check src", "typecheck": "tsc --noEmit", "sync:skills": "node scripts/sync-skills.mjs", "version": "node scripts/sync-plugin-version.mjs && git add .claude-plugin .agents/plugins codex .antigravity-plugin", "prepublishOnly": "pnpm run lint && pnpm test && pnpm run build", "prepare": "husky; pnpm run build" }, "keywords": [ "mcp", "apple-mail", "claude", "codex", "ai", "applescript", "macos", "email", "model-context-protocol" ], "author": "Rob Sweet rob@superiortech.io", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sweetrb/apple-mail-mcp.git" }, "homepage": "https://github.com/sweetrb/apple-mail-mcp#readme", "bugs": { "url": "https://github.com/sweetrb/apple-mail-mcp/issues" }, "engines": { "node": ">=20.0.0" }, "os": [ "darwin" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "imapflow": "^1.4.1", "nodemailer": "^9.0.0", "zod": "^3.22.4" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/node": "^20.0.0", "@types/nodemailer": "^8.0.1", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitest/coverage-v8": "^4.1.9", "esbuild": "^0.28.1", "eslint": "^9.0.0", "globals": "^17.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.0.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.0.0", "typescript-eslint": "^8.51.0", "vitest": "^4.1.9" }, "volta": { "node": "24.17.0" }, "lint-staged": { "src/**/*.ts": [ "eslint --fix", "prettier --write" ] } }

Trustgrade B

  • 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.

  • warnPrompt injection1 hit(s): credential_access

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

    • line 19References credentials, tokens, or key material
  • 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-3f500c22b94f2026-08-06