Postmark MCP Server
@ActiveCampaign
关于 Postmark MCP Server
Postmark MCP Server! An MCP server implementation for Postmark email services.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论