
mcp server blastengine mailer
未知
Repository Info
About This Server
未知
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
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 Start
Clone the repository
git clone https://github.com/r3-yamauchi/mcp-server-blastengine-mailerInstall dependencies
cd mcp-server-blastengine-mailer
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.