Resend MCP Server

by pontusab

Integrations

  • Allows sending emails through the Resend email service using a standardized MCP interface

MCP 서버 재전송

Resend 이메일 서비스를 위한 MCP(Model Context Protocol) 서버 구현입니다.

특징

  • 표준화된 MCP 인터페이스를 통해 Resend를 사용하여 이메일을 보냅니다.
  • TypeScript 지원

필수 조건

  • 재전송 API 키( resend.com 에서 받으세요)
  • Node.js 18 이상

설치

  1. 저장소를 복제합니다
  2. 종속성 설치:

지엑스피1

구성

루트 디렉토리에 Resend API 키로 .env 파일을 만듭니다.

RESEND_API_KEY=your_api_key_here PORT=3000 # Optional, defaults to 3000

개발 현황

현재 MCP SDK의 TypeScript 유형 문제로 인해 서버 구현이 차단되어 있습니다. 다음 문제를 해결해야 합니다.

  1. @modelcontextprotocol/sdkServer 클래스는 TypeScript 유형에서 요청 처리 메서드를 제대로 노출하지 않습니다.
  2. 요청을 처리하기 위한 정확한 메서드 이름을 결정해야 합니다(시도됨: handleRequest , handle , receiveMessage , receive , processRequest ).

다음 단계

  1. 올바른 메서드 이름은 MCP SDK 설명서나 소스 코드에서 확인하세요.
  2. SDK의 TypeScript 유형이 올바르지 않은 경우 업데이트합니다.
  3. 유형이 수정될 때까지 일시적으로 JavaScript를 사용하는 것을 고려하세요.

용법

개발

bun run dev

생산

bun run start

짓다

bun run build

API

서버는 다음과 같은 MCP 기능을 제공합니다.

이메일 보내기

재전송 기능을 사용하여 이메일을 보냅니다.

매개변수:

  • from (필수): 보낸 사람 이메일 주소
  • to (필수): 수신자 이메일 주소
  • subject (필수): 이메일 제목
  • html (선택 사항): HTML 형식의 이메일 콘텐츠
  • text (선택 사항): 일반 텍스트 형식의 이메일 콘텐츠

요청 예시:

{ "method": "send-email", "params": { "from": "you@example.com", "to": "recipient@example.com", "subject": "Hello from MCP", "html": "<h1>Hello</h1><p>This is a test email.</p>" } }

특허

MIT

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

TypeScript를 지원하는 표준화된 MCP(Model Context Protocol) 인터페이스를 사용하여 Resend 서비스를 통해 이메일을 보낼 수 있습니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 구성
          1. 개발 현황
            1. 다음 단계
          2. 용법
            1. 개발
            2. 생산
            3. 짓다
          3. API
            1. 이메일 보내기
          4. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Integrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.
              Last updated -
              Python
              GPL 3.0
            • 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
              28
              321
              TypeScript
              • 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
              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 -
              28
              TypeScript

            View all related MCP servers

            ID: 2t6tnwcxa1