Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Zed Resend

FreeNot checked

A Zed extension for the Resend MCP.

GitHubEmbed

About

A Zed extension for the Resend MCP.

README

This extension provides a MCP server for sending emails via Resend directly from Zed. It uses the (unofficial) resend-mcp npm package.

Configuration

Minimal Configuration (API Key Only)

Add your Resend API key to your Zed settings.json:

{
  "context_servers": {
    "mcp-server-resend": {
      "settings": {
        "resend_api_key": "re_your_actual_api_key_here"
      }
    }
  }
}

Recommended Configuration (With Sender Email)

Ensure your sender email is from a verified domain. You can do that by going to Resend's dashboard Domain page.

{
  "context_servers": {
    "mcp-server-resend": {
      "settings": {
        "resend_api_key": "re_your_actual_api_key_here",
        "sender_email_address": "[email protected]"
      }
    }
  }
}

Complete Configuration (All Options)

You can also configure reply-to addresses:

{
  "context_servers": {
    "mcp-server-resend": {
      "settings": {
        "resend_api_key": "re_your_actual_api_key_here",
        "sender_email_address": "[email protected]",
        "reply_to_email_addresses": "[email protected],[email protected]"
      }
    }
  }
}

Features

Feature Status
Send plain text emails Supported
Send HTML emails Supported
Multiple recipients Supported
CC and BCC Supported
Reply-to addresses Supported
Scheduled sending Supported
Custom sender email Supported
Environment-based configuration Supported
File attachments Supported
Remote URL attachments Supported
React Email templates Not Supported
Batch sending Not Supported
Email tracking Not Supported

Further Information

from github.com/danilo-leal/zed-resend-mcp-server

Installing Zed Resend

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/danilo-leal/zed-resend-mcp-server

FAQ

Is Zed Resend MCP free?

Yes, Zed Resend MCP is free — one-click install via Unyly at no cost.

Does Zed Resend need an API key?

No, Zed Resend runs without API keys or environment variables.

Is Zed Resend hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Zed Resend in Claude Desktop, Claude Code or Cursor?

Open Zed Resend on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Zed Resend with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs