Enables email integration via IMAP and SMTP, allowing model assistants to read, send, search emails, and list folders.
| Tool name | Description | Destructive? |
|---|---|---|
| send_email | ✓ no | |
| search_emails | ✓ no | |
| list_folders | ✓ no |
{
"mcpServers": {
"email-3": {
"command": "npx",
"args": [
"-y",
"imap-mcp"
]
}
}
}