Skip to main content
Glama

blastengine-mailer

by r3-yamauchi

blastengine-mailer MCP Server

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で設定後、以下のようにメールを送信できます:

「test@example.comに『テストメール』という件名でメールを送信して」

ライセンス

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

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

A TypeScript-based MCP server that implements an email sending system, allowing Claude to send emails via the blastengine service.

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Debugging

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      A TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.
      Last updated -
      2
      517
      7
    • A
      security
      F
      license
      A
      quality
      A simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.
      Last updated -
      20
      394
      • Apple
    • -
      security
      A
      license
      -
      quality
      This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.
      Last updated -
      16
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude Desktop or Cursor to send emails directly using Resend's API, eliminating the need to copy-paste email content.
      Last updated -
      20

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/r3-yamauchi/mcp-server-blastengine-mailer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server