Skip to main content
Glama

blastengine-mailer

by r3-yamauchi

blastengine-mailer MCP サーバー

モデルコンテキストプロトコルサーバー

これは、電子メール送信システムを実装する TypeScript ベースの MCP サーバーです。

特徴

ツール

  • send_email - メールを送信する

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

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 を提供します。

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

電子メール送信システムを実装する TypeScript ベースの MCP サーバー。これにより、Claude は blastengine サービス経由で電子メールを送信できます。

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. デバッグ

    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
      645
      4
      JavaScript
    • 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 -
      1
      6
      321
      TypeScript
      • 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 -
      4
      JavaScript
      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 -
      6
      TypeScript

    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