Skip to main content
Glama

MCP メールサーバー

AIクライアント(Cursorなど)がResendメールサービスを使用してメールを送信できるようにする、シンプルなModel Context Protocol(MCP)サーバーです。

機能

  • 1人または複数の受信者にメールを送信

  • 件名とHTML本文に対応

  • 環境変数による安全な設定

  • Cursorおよびその他のMCP互換クライアントで動作

Related MCP server: Resend MCP

必要条件

  • Node.js 20以上

  • Resendアカウント

  • Resend APIキー

  • Resendで検証済みの送信者/ドメイン

  • Cursorまたはその他のMCP互換MCPクライアント

セットアップ

  1. プロジェクトの依存関係をインストールします。

  2. プロジェクトのルートに.envファイルを作成します。

  3. Resend APIキーと検証済みの送信者メールを追加します。

  4. MCPサーバーを起動します。

  5. MCPクライアントの設定にサーバーを追加します。

環境変数

RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_sender

.envをGitにコミットしないでください。

Cursor MCP設定

.envファイルとMCPエントリファイルの両方に絶対パスを使用してください。

{
  "mcpServers": {
    "email-server": {
      "command": "node",
      "args": [
        "--env-file=/ABSOLUTE/PATH/TO/.env",
        "/ABSOLUTE/PATH/TO/app.js"
      ]
    }
  }
}

パスはご自身のマシンの場所に置き換えてください。

利用可能なツール

send-mail

1人または複数の受信者にメールを送信します。

パラメータ:

  • to — 受信者のメールアドレス

  • subject — メールの件名

  • body — メールの本文

セキュリティ

  • APIキーは.envに保管してください。

  • .envをGitにコミットしないでください。

  • Resendで検証済みの送信者/ドメインを使用してください。

  • MCP設定にAPIキーを公開しないでください。

技術スタック

  • Node.js

  • MCP

  • Resend

  • Zod

  • Cursor

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    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.
    91
    10,907
    559
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.

View all related MCP servers

Related MCP Connectors

  • Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

  • Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

  • Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.

View all MCP Connectors

Latest Blog Posts

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/Code2Hack18/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server