blastengine-mailer
The blastengine-mailer MCP Server is a TypeScript-based server designed to send emails using the Blastengine API. With this server, you can:
Send emails by specifying the recipient (
to), sender (from), subject, and text bodyIntegrate with Claude Desktop through server configuration in application settings
Access debugging capabilities via MCP Inspector's browser-based interface
Authenticate using environment variables (
BLASTENGINE_USER_IDandBLASTENGINE_API_KEY)
Implements an email sending system using the Blastengine API, allowing users to send emails with customizable from address, recipient, subject, and body content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blastengine-mailerSend a welcome email to newuser@example.com with subject 'Welcome' and body 'Thanks for joining!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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を返します
エラー時は詳細なエラーメッセージを返します
Related MCP server: Email Sending MCP
前提条件
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に『テストメール』という件名でメールを送信して」ライセンス
このプロジェクトはプライベートプロジェクトです。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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