@infoinlet/mcp-email
v0.1.1
Published
Email for AI agents — read inbox (IMAP), search, and send (SMTP). MCP server.
Readme
@infoinlet/mcp-email
Email for AI agents — list_messages, read_message, search_messages (IMAP) + send_email (SMTP). Configure IMAP_* and/or SMTP_*.
{ "mcpServers": { "email": { "command": "npx", "args": ["-y", "@infoinlet/mcp-email"],
"env": { "IMAP_HOST": "imap.gmail.com", "IMAP_USER": "[email protected]", "IMAP_PASS": "app-password", "SMTP_HOST": "smtp.gmail.com", "SMTP_USER": "[email protected]", "SMTP_PASS": "app-password" } } } }