Skip to main content
Glama
deploya-labs

Email sending MCP

by deploya-labs

メール送信MCP💌

鍛冶屋のバッジ

これは、Resend APIを使用してメールを送信するシンプルなMCPサーバーです。なぜでしょうか?CursorまたはClaude Desktopにメールを作成してもらい、コピー&ペーストすることなくすぐに送信できるからです。

搭載コンポーネント:

デモ

https://github.com/user-attachments/assets/8c05cbf0-1664-4b3b-afb1-663b46af3464

カーソル

  1. まず、Resend がドメインまたはメールアドレスからメールを送信できるように承認する必要があります。こちらの手順に従って設定し、Resend API キーを取得してください。

  2. このプロジェクトをローカルにクローンします。index.tsを編集し、 me@yoko.devを自分のメールアドレスに置き換えてメールを送信します。

  3. プロジェクトディレクトリでnpm installnpm run build実行してください。/build/index.js が生成されているはずです。これが MCP サーバースクリプトです。

次に、カーソル設定 -> MCP -> 新しいMCPサーバーの追加に進みます。

  • 名前 = [自分の名前を選択してください]

  • タイプ = コマンド

  • コマンド: node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js --key=YOUR_RESEND_API_KEY --sender=OPTIONAL_SENDER_EMAIL_ADDRESS --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_ONE --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_TWO

Resend API キーはここから取得できます: https://resend.com/

email.md にアクセスし、to: のメールアドレスを置き換え、email.md 内のすべての項目を選択して、cmd+l を押すことで、メール送信のテストができます。これで、チャット内でカーソルに「これをメールで送信」するように指示できます。カーソルチャットがエージェントモードになっていることを確認するには、左下のドロップダウンで「エージェント」を選択します。

クロードデスクトップ

上記と同じ設定で、次のMCP設定を追加します

{
  "mcpServers": {
    "resend": {
      "command": "node",
      "args": ["ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js"],
      "env": {
        "RESEND_API_KEY": [YOUR_API_KEY],
        "SENDER_EMAIL_ADDRESS": [OPTIONAL_SENDER_EMAIL_ADDRESS],
        "REPLY_TO_EMAIL_ADDRESSES": [OPTIONAL_REPLY_TO_EMAIL_ADDRESSES_COMMA_DELIMITED]
      }
    }
  }
}

Smithery経由でインストール

Smithery経由で Claude Desktop 用の mcp-send-email を自動的にインストールするには:

npx -y @smithery/cli install @ykhli/mcp-send-email --client claude

開発する

npm install npm run build

A
license - permissive license
Not graded
quality - not tested
D
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.
    99
    9,640
    565
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    50
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that integrates with Missive App allowing users to create, manage, and send email drafts through AI tools like Claude Desktop or N8N.

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

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/deploya-labs/mcp-resend'

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