mcp-server-blastengine-mailer
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に『テストメール』という件名でメールを送信して」ライセンス
このプロジェクトはプライベートプロジェクトです。
Frequently asked questions
What is mcp-server-blastengine-mailer?
mcp-server-blastengine-mailer is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-server-blastengine-mailer?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-blastengine-mailer open source?
Yes — it is hosted on GitHub at https://github.com/r3-yamauchi/mcp-server-blastengine-mailer.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP