Skip to main content
Glama

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 구성을 추가합니다.

지엑스피1

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 mcp-send-email을 자동으로 설치하려면:

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

개발하다

npm install npm run build

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop이나 Cursor가 Resend API를 사용하여 직접 이메일을 보낼 수 있는 MCP 서버로, 이메일 내용을 복사하여 붙여넣을 필요가 없습니다.

  1. Smithery를 통해 설치

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      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.
      Last updated -
      1
      6
      321
      TypeScript
      • Apple
    • -
      security
      A
      license
      -
      quality
      MCP server that integrates with Gmail to enable sending, reading, and managing emails through tools like send-email, trash-email, get-unread-emails, and read-email.
      Last updated -
      17
      Python
      GPL 3.0
      • Apple
    • A
      security
      A
      license
      A
      quality
      A TypeScript-based MCP server that implements an email sending system, allowing Claude to send emails via the blastengine service.
      Last updated -
      1
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      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.
      Last updated -
      4
      JavaScript
      MIT License
      • Apple

    View all related MCP servers

    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