Zubnet Email
Official
💬 Communication
Full email access via IMAP/SMTP. Read, search, send, reply, forward, and manage your emails. Perfect for AI-powered email management and automation.
Tools (11)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"zubnet-email": {
"command": "node",
"args": [
"/var/www/app.zubnet.ai/mcp-servers/zubnet-email/index.js"
],
"env": {
"EMAIL_USER": "your-email-user-here",
"EMAIL_PASSWORD": "your-email-password-here",
"EMAIL_NAME": "your-email-name-here",
"IMAP_HOST": "your-imap-host-here",
"IMAP_PORT": "your-imap-port-here",
"SMTP_HOST": "your-smtp-host-here",
"SMTP_PORT": "your-smtp-port-here"
}
}
}
}