---
title: "Official Resend plugin for Claude Code"
slug: resend-claude-code-plugin
description: "Install the MCP server and every Resend skill directly from the official Claude Code plugins."
created_at: "2026-05-26"
updated_at: "2026-05-26"
image: https://cdn.resend.com/posts/resend-claude-code-plugin.jpg
humans: ["felipe-freitag"]
---

The best agent experience requires context provided by tooling like MCP servers, skills, and CLIs. Historically, to get the most out of Claude Code with Resend required installing the MCP server and every skill separately.

Today, we're excited to announce the [official Claude Code plugin for Resend](https://claude.com/plugins/resend).

The plugin bundles the [MCP server](/docs/mcp-server) and every Resend Skill into a single install. 

<img src="https://cdn.resend.com/posts/resend-claude-code-plugin-1.png" alt="Resend Claude Code Plugin" className="extraWidth" />

## How to use it

To install the plugin, open Claude Code and run the `/plugin` command. Type `resend` to search for the plugin and install it.

<video
  src="https://cdn.resend.com/posts/resend-claude-code-plugin-3.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

Alternatively, run the following command in your terminal:

```bash
claude plugin install resend@claude-plugins-official
```

<video
  src="https://cdn.resend.com/posts/resend-claude-code-plugin-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

The plugin bundles the [MCP server](/docs/mcp-server) and every Resend Skill into a single install. 

Add your Resend API key to your Claude Code environment to authenticate.

```json ~/.claude/config.json
{
  "env": {
    "RESEND_API_KEY": "re_xxxxxxxxx"
  }
}
```

## Email expertise, on by default

Once installed, Claude Code activates the right skill automatically:

- **`resend`** for the SDK and platform APIs
- **`react-email`** for building templates as React components
- **`email-best-practices`** for SPF, DKIM, DMARC, compliance, and deliverability
- **`agent-email-inbox`** for safely processing inbound email with an agent
- **`resend-cli`** for shell and CI workflows

The MCP server (or [Resend CLI](/cli)) can help Claude Code perform actions like sending emails, managing templates, and processing inbound email. And skills ensure the tooling follows best practices in a token-efficient way.

<video
  src="https://cdn.resend.com/posts/resend-claude-code-plugin-2.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

## Conclusion

We're excited to see how this connection makes it easier to build with Resend and Claude Code. See the plugin page at [claude.com/plugins/resend](https://claude.com/plugins/resend) for everything Resend brings to your agent.
