Postmark MCP Server
@ActiveCampaign
About Postmark MCP Server
Postmark MCP Server! An MCP server implementation for Postmark email services.
Basic information
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
—
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments