About
Overview
The Postmark MCP Server enables AI agents to send transactional emails through Postmark, known for its excellent deliverability rates. It provides tools for sending emails, managing templates, tracking bounces and spam complaints, and viewing server statistics.
Capabilities
Tools & Capabilities
⚡send_email
Send a transactional email via Postmark
⚡send_template
Send using a Postmark template
⚡get_bounces
Get bounce events
⚡get_stats
Get delivery statistics
Setup
Installation
bash
Install
npx -y mcp-server-postmarkExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"postmark": {
"command": "npx",
"args": ["-y", "mcp-server-postmark"],
"env": {
"POSTMARK_SERVER_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026