MCP Server LogoMCP Server
ホームカテゴリディレクトリ投稿する
投稿する
ホームカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Communication & Collaboration
  4. /Mcp Send Email
Mcp Send Email

Mcp Send Email

作成者 resend•a day ago
サイトを訪問する

Send emails directly from Cursor with this email sending MCP server

Communication & Collaboration
sendemailscursor

Email sending MCP 💌

This is a simple MCP server that sends emails using Resend’s API. Why? Now you can let Cursor or Claude Desktop compose emails for you and send it right away without having to copy and paste the email content.

As an example, you could use this to run local scripts, chat with Claude, or process data and send the results to yourself or your team.

Built with:

  • Resend
  • Anthropic MCP
  • Cursor

Features

  • Send plain text and HTML emails
  • Schedule emails for future delivery
  • Add CC and BCC recipients
  • Configure reply-to addresses
  • Customizable sender email (requires verification)

Demo

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

Setup

Currently, you must build the project locally to use this MCP server. Then add the server in Cursor or Claude Desktop to use it in any Cursor or Claude Desktop chat.

  1. Clone this project locally.
git clone https://github.com/resend/mcp-send-email.git
  1. Build the project
npm install
npm run build
  1. Setup Resend

Create a free Resend account and Create an API Key. To send to other addresses, you’ll also need to verify your own domain.

[!NOTE] For more info on how to send emails with Resend, see the docs.

Cursor

  1. Open Cursor Settings.

Open the command palette (cmd+shift+p on macOS or ctrl+shift+p on Windows) and choose “Cursor Settings”.

  1. Add the MCP server

Select “MCP” from the left sidebar and click “Add new global MCP server”.

Add the following config:

{
  "mcpServers": {
    "resend": {
      "type": "command",
      "command": "node ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js --key=YOUR_RESEND_API_KEY"
    }
  }
}

You can get the absolute path to your build script by right-clicking on the /build/index.js file in Cursor and selecting Copy Path.

Possible arguments

  • --key: Your Resend API key (required)
  • --sender: Your sender email address from a verified domain (optional)
  • --reply-to: Your reply-to email address (optional)

[!NOTE] If you don’t provide a sender email address, the MCP server will ask you to provide one each time you call the tool.

  1. Test the sending

Now you can test out sending emails by going to email.md.

  • Replace the to: email address with your own
  • Select all text in email.md, and press cmd+l
  • Tell cursor to “send this as an email” in the chat (make sure cursor is in Agent mode by selecting “Agent” on lower left side dropdown).
Cursor chat with email.md file selected and Agent mode enabled

Claude Desktop

  1. Open Claude’s Developer config file

Open Claude Desktop settings and navigate to the “Developer” tab. Click Edit Config.

  1. Add the MCP server

Add the following config:

{
  "mcpServers": {
    "resend": {
      "command": "node",
      "args": [
        "ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js"
      ],
      "env": {
        "RESEND_API_KEY": "YOUR_RESEND_API_KEY",
      }
    }
  }
}

You can get the absolute path to your build script by right-clicking on the /build/index.js file in your IDE and selecting Copy Path.

Possible environment variables

  • RESEND_API_KEY: Your Resend API key (required)
  • SENDER_EMAIL_ADDRESS: Your sender email address from a verified domain (optional)
  • REPLY_TO_EMAIL_ADDRESS: Your reply-to email address (optional)

[!NOTE] If you don’t provide a sender email address, the MCP server will ask you to provide one each time you call the tool.

  1. Test the sending

Close and reopen Claude Desktop. Verify that the resend tool is available in the Claude developer settings.

Chat with Claude and tell it to send you an email using the resend tool.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Communication & Collaborationの知識

おすすめのサーバー

Mcp Server Asana

Mcp Server Asana

Mcp Server Memos Py

Mcp Server Memos Py

A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching, creating, retrieving, and managing memos.

Mcp Ollama

Mcp Ollama

Query model running with Ollama from within Claude Desktop or other MCP clients

もっと見る → →

詳細

作成日

June 14, 2025

最終更新日

June 14, 2025

カテゴリー

Communication & Collaboration

作成者

resend

シェアする

もっと見る

Mcp Server Datadog

Mcp Server Datadog

Repomix

Repomix

📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

C

Clanki

Mcp Server Aidd

Mcp Server Aidd