Back to Home
ActiveCampaign icon

postmark-mcp

Verified Safe

by ActiveCampaign

Overview

Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score39
Security Score9
Cost ClassLow
Avg Tokens75
Stars14
Forks7
Last Update2025-12-01

Tags

emailmcppostmarkai-assistantcommunication