{ "name": "mailbridge-mcp", "version": "2.6.2", "mcpName": "io.github.Creativestefan/mailbridge", "description": "Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP", "type": "module", "main": "index.js", "bin": { "mailbridge-mcp": "index.js" }, "files": [ "index.js", "setup.js", "tools/", "utils/", "setup-ui/dist/", "server.json", "LICENSE", "README.md", "PRIVACY.md", "TERMS.md" ], "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/Creativestefan/mailbridge-mcp.git" }, "keywords": [ "mcp", "email", "imap", "smtp", "claude", "openai", "codex", "ai", "icloud", "mailbridge" ], "author": "Stephen J.", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "imapflow": "^1.0.0", "keytar": "^7.9.0", "mammoth": "^1.12.0", "nodemailer": "^8.0.10", "unpdf": "^1.6.2", "zod": "^3.0.0" } }