Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Blastengine Mailer

FreeNot checked

Blastengine Mailer — Model Context Protocol server

GitHubEmbed

About

Blastengine Mailer — Model Context Protocol server

README

Blastengine APIを使用してメールを送信するModel Context Protocol (MCP) サーバー

このJavaScriptベースのMCPサーバーは、LLM(大規模言語モデル)がBlastengine APIを通じてメールを送信できるようにします。

機能

ツール

  • send_email - Blastengine APIを使用してメールを送信
    • 必須パラメータ:
      • to: 送信先メールアドレス
      • from: 送信元メールアドレス
      • subject: メールの件名
      • text: メール本文
    • 送信成功時はdelivery_idを返します
    • エラー時は詳細なエラーメッセージを返します

前提条件

  • Node.js (ESモジュール対応)
  • Blastengine APIアカウントとAPIキー

開発

依存関係のインストール:

npm install

サーバーのビルド:

npm run build

開発時の自動リビルド:

npm run watch

インストールと設定

Claude Desktopでの使用

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を提供します。

使用例

Claude Desktopで設定後、以下のようにメールを送信できます:

[email protected]に『テストメール』という件名でメールを送信して」

ライセンス

このプロジェクトはプライベートプロジェクトです。

from github.com/r3-yamauchi/mcp-server-blastengine-mailer

Installing Blastengine Mailer

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/r3-yamauchi/mcp-server-blastengine-mailer

FAQ

Is Blastengine Mailer MCP free?

Yes, Blastengine Mailer MCP is free — one-click install via Unyly at no cost.

Does Blastengine Mailer need an API key?

No, Blastengine Mailer runs without API keys or environment variables.

Is Blastengine Mailer hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Blastengine Mailer in Claude Desktop, Claude Code or Cursor?

Open Blastengine Mailer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Blastengine Mailer with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs