Resend MCP Server

Resend MCP Server

Allows sending emails through the Resend service using a standardized Model Context Protocol (MCP) interface, with TypeScript support.

pontusab

Communication
TypeScript
Visit Server

README

Resend MCP Server

A Model Context Protocol (MCP) server implementation for the Resend email service.

Features

  • Send emails using Resend through a standardized MCP interface
  • TypeScript support

Prerequisites

  • A Resend API key (get one at resend.com)
  • Node.js 18 or later

Installation

  1. Clone the repository
  2. Install dependencies:
npm install

Configuration

Create a .env file in the root directory with your Resend API key:

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

Development Status

The server implementation is currently blocked by TypeScript type issues with the MCP SDK. The following issues need to be resolved:

  1. The Server class from @modelcontextprotocol/sdk is not properly exposing its request handling methods in the TypeScript types.
  2. The exact method name for handling requests needs to be determined (tried: handleRequest, handle, receiveMessage, receive, processRequest).

Next Steps

  1. Check the MCP SDK documentation or source code for the correct method name
  2. Update the TypeScript types in the SDK if they are incorrect
  3. Consider using JavaScript temporarily until the types are fixed

Usage

Development

bun run dev

Production

bun run start

Build

bun run build

API

The server exposes the following MCP function:

send-email

Sends an email using Resend.

Parameters:

  • from (required): Sender email address
  • to (required): Recipient email address
  • subject (required): Email subject
  • html (optional): Email content in HTML format
  • text (optional): Email content in plain text format

Example request:

{
  "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>"
  }
}

License

MIT

Recommended Servers

Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Playwright MCP Server

Playwright MCP Server

Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.

Featured
Local
TypeScript
Apple MCP Server

Apple MCP Server

Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.

Featured
Local
TypeScript
contentful-mcp

contentful-mcp

Update, create, delete content, content-models and assets in your Contentful Space

Featured
TypeScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.

Featured
TypeScript
The Verge News MCP Server

The Verge News MCP Server

Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.

Featured
TypeScript
MCP Server Trello

MCP Server Trello

Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.

Featured
TypeScript
@kazuph/mcp-gmail-gas

@kazuph/mcp-gmail-gas

Model Context Protocol server for Gmail integration. This allows Claude Desktop (or any MCP client) to interact with your Gmail account through Google Apps Script.

Featured
JavaScript
MCP DuckDB Knowledge Graph Memory Server

MCP DuckDB Knowledge Graph Memory Server

A memory server for Claude that stores and retrieves knowledge graph data in DuckDB, enhancing performance and query capabilities for conversations with persistent user information.

Featured
TypeScript