postmark-mcp
Verified Safeby ActiveCampaign
Overview
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
Installation
npm startEnvironment Variables
- POSTMARK_SERVER_TOKEN
- DEFAULT_SENDER_EMAIL
- DEFAULT_MESSAGE_STREAM
Security Notes
The server correctly uses environment variables for sensitive data like the Postmark server token, and the README explicitly warns against storing secrets in version control. It employs Zod for input validation, which helps prevent malformed requests. Logging practices appear secure, avoiding direct exposure of sensitive information in console outputs. Network requests are limited to the official Postmark API. There is no usage of 'eval' or similar dangerous patterns. The main point of caution, common to any tool that manages external credentials, is securing the environment where the server runs and ensuring proper access controls for the `.env` file.
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.
mailtrap-mcp
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
instantly-mcp
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.
smartlead-mcp-server
This server acts as a Model Context Protocol (MCP) interface for SmartLead's cold email marketing automation platform, enabling AI coding tools to manage campaigns, leads, and analytics.