blastengine-mailer

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Implements an email sending system using the Blastengine API, allowing users to send emails with customizable from address, recipient, subject, and body content.

blastengine-mailer MCP サーバー

モデルコンテキストプロトコルサーバー

これは、電子メール送信システムを実装する TypeScript ベースの MCP サーバーです。

特徴

ツール

  • send_email - メールを送信する

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "blastengine-mailer": { "command": "node", "env": { "BLASTENGINE_USER_ID": "userid-of-blastengine", "BLASTENGINE_API_KEY": "apikey-of-blastengine" }, "args": [ "/path/to/blastengine-mailer/server.js" ] } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

電子メール送信システムを実装する TypeScript ベースの MCP サーバー。これにより、Claude は blastengine サービス経由で電子メールを送信できます。

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Debugging
    ID: oo6xexjpe0