MCP.so
Sign In

Postmark MCP Server

@ActiveCampaign

About Postmark MCP Server

Postmark MCP Server! An MCP server implementation for Postmark email services.

Basic information

Category

Other

Transports

stdio

Publisher

ActiveCampaign

Submitted by

Trevor Rawls

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "postmark": {
      "command": "node",
      "args": [
        "path/to/postmark-mcp/index.js"
      ],
      "env": {
        "POSTMARK_SERVER_TOKEN": "your-postmark-server-token",
        "DEFAULT_SENDER_EMAIL": "[email protected]",
        "DEFAULT_MESSAGE_STREAM": "your-message-stream"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Postmark MCP Server?

An MCP server implementation for sending emails via Postmark. It exposes a Model Context Protocol (MCP) server that allows MCP-compatible clients to send emails using a Postmark account.

How to use Postmark MCP Server?

Configure the server via environment variables. Requires Node.js v16 or higher and a Postmark account with a server token.

Key features of Postmark MCP Server

  • Exposes an MCP server for sending emails via Postmark
  • Simple configuration via environment variables
  • Comprehensive error handling and graceful shutdown
  • Secure logging practices (no sensitive data exposure)
  • Automatic email tracking configuration

Use cases of Postmark MCP Server

  • Send emails through Postmark from any MCP-compatible client
  • Integrate email sending into AI-powered workflows and agents

FAQ from Postmark MCP Server

Comments

More Other MCP servers