Postmark MCP
61
Postmark MCP:发送事务邮件、使用模板、浏览模板列表等 Postmark 能力。
MCPPostmark MCP
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"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"
}