Community MCP server for Postmark, known for exceptional email deliverability. Agents can send transactional emails, manage email templates, track bounces and spam complaints, and monitor delivery statistics. Focuses exclusively on transactional email delivery with industry-leading deliverability rates. Best for agents sending critical transactional emails like password resets and order confirmations.
npx -y postmark-mcp
{
"mcpServers": {
"postmark": {
"env": {
"POSTMARK_SERVER_TOKEN": "your-server-token"
},
"args": [
"-y",
"postmark-mcp"
],
"command": "npx"
}
}
}Send email via Postmark
{
"type": "object",
"required": [
"from",
"to",
"subject",
"html_body"
],
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"subject": {
"type": "string"
},
"html_body": {
"type": "string"
}
}
}// Input
{
"to": "user@example.com",
"from": "app@example.com",
"subject": "Welcome",
"html_body": "<p>Hi!</p>"
}// Output
{
"message_id": "pm1"
}Community MCP server for Postmark, known for exceptional email deliverability. Agents can send transactional emails, manage email templates, track bounces and spam complaints, and monitor delivery statistics. Focuses exclusively on transactional email delivery with industry-leading deliverability rates. Best for agents sending critical transactional emails like password resets and order confirmations.
Postmark provides 1 tools including send_email.
Postmark offers a free tier with 100 calls per month. For higher usage, paid plans start at €0/month.
You can install Postmark using the following command: npx -y postmark-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Postmark is listed under the Communication category in the AgentForge MCP registry.
Postmark has a current uptime of 99.88% with an average response time of 160ms.
To connect Postmark, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Postmark's tools via the Model Context Protocol.