
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
protonmail-mcp-server
Advanced tools
Professional ProtonMail MCP server with 23 tools for email management, folder operations, analytics, and seamless Proton Bridge integration.
Model Context Protocol server for ProtonMail with 23 tools for email management through Proton Bridge.
From npm:
npm install -g protonmail-mcp-server
From source:
git clone https://github.com/barhatch/protonmail-mcp-server.git
cd protonmail-mcp-server
npm install && npm run build
Edit Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"protonmail": {
"command": "npx",
"args": ["-y", "protonmail-mcp-server"],
"env": {
"PROTONMAIL_USERNAME": "your-email@protonmail.com",
"PROTONMAIL_PASSWORD": "your-bridge-password",
"PROTONMAIL_SMTP_HOST": "127.0.0.1",
"PROTONMAIL_SMTP_PORT": "1025",
"PROTONMAIL_IMAP_HOST": "127.0.0.1",
"PROTONMAIL_IMAP_PORT": "1143"
}
}
}
}
Notes:
127.0.0.1 not localhost to avoid IPv6 issuesEmail Sending
send_email - Send email with HTML/text, attachments, CC/BCCsend_test_email - Send test emailEmail Reading
get_emails - Fetch emails with pagination/filteringget_email_by_id - Get specific emailsearch_emails - Search with multiple criteriaFolder Management
get_folders - List folders with statssync_folders - Sync folder structurecreate_folder - Create new folderdelete_folder - Delete folder (must be empty)rename_folder - Rename folderEmail Actions
mark_email_read - Mark read/unreadstar_email - Star/unstarmove_email - Move between foldersdelete_email - Delete permanentlyAnalytics
get_email_stats - Email statisticsget_email_analytics - Analytics and insightsget_contacts - Contact interaction statsget_volume_trends - Email volume over timeSystem
get_connection_status - Check SMTP/IMAP statussync_emails - Manual syncclear_cache - Clear cacheget_logs - Get logsConnection refused ::1:1143
127.0.0.1 instead of localhostlsof -i :1025 -i :1143Authentication failed
Certificate errors
npm run dev # Watch mode
npm run build # Build
npm run lint # Type check
MIT - See LICENSE
Unofficial third-party server, not affiliated with Proton AG.
FAQs
Professional ProtonMail MCP server with 23 tools for email management, folder operations, analytics, and seamless Proton Bridge integration.
We found that protonmail-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.