mailtrap-mcp
Verified Safeby mailtrap
Overview
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
Installation
npx -y mcp-mailtrapEnvironment Variables
- MAILTRAP_API_TOKEN
- DEFAULT_FROM_EMAIL
- MAILTRAP_ACCOUNT_ID
- MAILTRAP_TEST_INBOX_ID
Security Notes
The server correctly uses environment variables for sensitive API tokens and account IDs, preventing hardcoding. Input validation for all tools is implemented using Zod schemas. Error handling is structured, returning clear messages and an 'isError' flag. There is no usage of 'eval' or other directly dangerous dynamic code execution. Network communication relies on standard SDK and web server practices.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
postmark-mcp
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
instantly-mcp
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.
vonage-mcp-server-api-bindings
This MCP server enables developers to interact with various Vonage API functionalities, including sending messages, making voice calls, and managing Vonage accounts and phone numbers, through an MCP-compatible client.