MCP.so
ログイン

Postmark MCP Server

@ActiveCampaign

Postmark MCP Server について

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

ActiveCampaign

投稿者

Trevor Rawls

設定

以下の設定を使って、このサーバーを 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

コメント

「その他」の他のコンテンツ