blastengine-mailer MCP Server logo

blastengine-mailer MCP Server

by r3-yamauchi

This is a TypeScript-based Model Context Protocol (MCP) server that implements a sending email system. It provides a tool to send emails.

View on GitHub

Last updated: N/A

What is blastengine-mailer MCP Server?

The blastengine-mailer MCP Server is a TypeScript-based server that implements the Model Context Protocol. It provides functionality for sending emails using the Blastengine service.

How to use blastengine-mailer MCP Server?

To use this server with Claude Desktop, add the provided server configuration to the claude_desktop_config.json file. Ensure you have the necessary Blastengine API credentials. Install dependencies with npm install, build the server with npm run build, and then configure the server path in the Claude Desktop configuration.

Key features of blastengine-mailer MCP Server

  • send_email tool

  • TypeScript implementation

  • MCP server

  • Integration with Blastengine

Use cases of blastengine-mailer MCP Server

  • Sending transactional emails

  • Sending notifications

  • Sending marketing emails

  • Integrating email sending into Claude workflows

FAQ from blastengine-mailer MCP Server

What is Blastengine?

Blastengine is an email sending service.

Where do I get BLASTENGINE_USER_ID and BLASTENGINE_API_KEY?

You can obtain these credentials from your Blastengine account.

How do I debug this server?

Use the MCP Inspector by running npm run inspector.

What is MCP?

MCP stands for Model Context Protocol, a communication protocol.

Where is the server.js file located?

The server.js file is located in the root directory after building the project.