Skip to main content
Glama

MCP Server Resend

by Hawstein

MCP 서버 재전송

Resend API를 위한 MCP 서버입니다. LLM이 이메일을 작성하고 발송하도록 하세요.

환경 변수

  • RESEND_API_KEY (문자열, 필수): 재전송 API 키
  • SENDER_EMAIL_ADDRESS (문자열, 필수): 발신자 이메일 주소
  • REPLY_TO_EMAIL_ADDRESSES (문자열, 선택 사항): 답장 이메일 주소의 쉼표로 구분된 목록

사용 가능한 도구

  • send_email - Resend API를 사용하여 이메일 보내기
    • 입력:
      • to (문자열): 수신자 이메일 주소
      • subject (문자열): 이메일 제목줄
      • content (문자열): 일반 텍스트 이메일 내용
      • from (문자열, 선택 사항): 발신자 이메일 주소(제공되지 않으면 SENDER_EMAIL_ADDRESS 사용)
      • replyTo (배열, 선택 사항): 회신 이메일 주소(제공되지 않으면 REPLY_TO_EMAIL_ADDRESSES 사용)
      • scheduledAt (문자열, 선택 사항): 예약된 이메일 배달 시간
      • attachments (배열, 선택 사항): 첨부 파일 목록, 각 첨부 파일에는 다음이 포함되어야 함:
        • filename (문자열): 첨부 파일의 이름
        • localPath (문자열): 사용자 컴퓨터의 로컬 파일에 대한 절대 경로(remoteUrl이 제공되지 않은 경우 필수)
        • remoteUrl (문자열): 인터넷에 있는 파일의 URL(localPath가 제공되지 않은 경우 필수)

API 키 받기

  1. 재전송 계정 에 가입하세요
  2. 재전송 대시보드 에서 API 키를 생성하세요

참고: 월 3,000건의 이메일부터 무료 계층이 제공됩니다.

설치

Clinde 사용(권장)

MCP 서버 재전송을 사용하는 가장 쉬운 방법은 Clinde 데스크톱 앱을 이용하는 것입니다. Clinde를 다운로드하고 설치한 후 다음 단계를 따르세요.

  1. Clinde 앱을 엽니다
  2. 서버 페이지로 이동
  3. resend-mcp를 찾아 설치를 클릭하세요.

끝! 기술적인 지식은 필요 없습니다. Clinde가 모든 설치 및 구성을 완벽하게 처리해 드립니다.

Claude Desktop 사용

claude_desktop_config.json 에 다음을 추가하세요:

지엑스피1

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

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

클로드가 Resend API를 통해 이메일을 작성하고 보낼 수 있도록 하는 도구 통합으로, 예약 배달 및 파일 첨부와 같은 기능을 지원합니다.

  1. 환경 변수
    1. 사용 가능한 도구
      1. API 키 받기
        1. 설치
          1. Clinde 사용(권장)
          2. Claude Desktop 사용
        2. 특허

          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
            4
            386
            TypeScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            An email assistant server that connects Claude Desktop to notmuch email databases, allowing users to search emails, view threads, compose new messages, and reply to conversations with markdown formatting.
            Last updated -
            2
            Python
            Mozilla Public License 2.0
          • -
            security
            A
            license
            -
            quality
            A server that allows Claude to search and retrieve emails from your Gmail account, supporting functions like searching emails, retrieving full content of specific emails, and listing recent messages.
            Last updated -
            4
            Python
            Apache 2.0
          • -
            security
            F
            license
            -
            quality
            An MCP server that allows Claude Desktop or Cursor to send emails directly using Resend's API, eliminating the need to copy-paste email content.
            Last updated -
            4
            TypeScript

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

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