The Postmark MCP server exposes these Postmark capabilities as tools: sendEmail: Send individual transactional emails with full control sendEmailWithTemplate: Use your existing Postmark templates listTemplates: Browse available email templates getDeliveryStats: Analyze your sending performance
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"DEFAULT_SENDER_EMAIL": "your-sender-email@example.com",
"POSTMARK_SERVER_TOKEN": "your-postmark-server-token",
"DEFAULT_MESSAGE_STREAM": "your-message-stream"
},
"args": [
"path/to/postmark-mcp/index.js"
],
"command": "node"
}