JUHE API Marketplace
r3-yamauchi avatar
MCP Server

blastengine-mailer

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

0
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "blastengine-mailer",
3 "command": "node",
4 "env": {
5 "BLASTENGINE_USER_ID": "userid-of-blastengine",
6 "BLASTENGINE_API_KEY": "apikey-of-blastengine"
7 },
8 "args": [
9 "/path/to/blastengine-mailer/server.js"
10 ]
11}
JSON11 lines
  1. Home
  2. MCP Servers
  3. mcp-server-blastengine-mailer

README Documentation

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に『テストメール』という件名でメールを送信して」

ライセンス

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

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved