MCP.so
登录

blastengine-mailer MCP Server

@r3-yamauchi

关于 blastengine-mailer MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

r3-yamauchi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is blastengine-mailer MCP Server?

It is a Model Context Protocol (MCP) server built in JavaScript that enables large language models (LLMs) to send emails via the Blastengine API. It is designed for developers who want to integrate email-sending capabilities into MCP-compatible applications like Claude Desktop.

How to use blastengine-mailer MCP Server?

Install Node.js (ES module support) and obtain a Blastengine API account with credentials. Install dependencies with npm install, build with npm run build, then configure the server in your MCP client (e.g., Claude Desktop) by adding the server command and environment variables BLASTENGINE_USER_ID and BLASTENGINE_API_KEY. Invoke the send_email tool with required parameters: to, from, subject, and text.

Key features of blastengine-mailer MCP Server

  • Sends emails via Blastengine API through the send_email tool.
  • Returns a delivery ID on successful submission.
  • Returns detailed error messages when sending fails.
  • Requires only Node.js and Blastengine API credentials.
  • Integrates directly with Claude Desktop via stdio transport.
  • Includes an MCP Inspector for interactive debugging.

Use cases of blastengine-mailer MCP Server

  • Let an AI assistant send emails on behalf of a user.
  • Automate email notifications from conversational agents.
  • Integrate email functionality into MCP-compatible workflows.

FAQ from blastengine-mailer MCP Server

What are the prerequisites for using blastengine-mailer MCP Server?

You need Node.js with ES module support, a Blastengine API account, and both your API user ID and API key.

How do I configure blastengine-mailer MCP Server for Claude Desktop?

Add the server configuration to the Claude Desktop config file (claude_desktop_config.json) with the command node, the path to server.js, and the environment variables BLASTENGINE_USER_ID and BLASTENGINE_API_KEY.

What parameters does the send_email tool require?

It requires to, from, subject, and text parameters.

How can I debug the blastengine-mailer MCP Server?

Use the MCP Inspector by running npm run inspector, which provides a browser-based debugging interface.

What communication transport does blastengine-mailer MCP Server use?

It communicates via stdio.

评论

其他 分类下的更多 MCP 服务器