Skip to main content
Glama
universal-mcp

Resend MCP Server

Resend Universal MCP Server

This repository contains an implementation of an Resend Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Resend's tools and services through a unified API.

The server is built using the Universal MCP framework.

This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.

Usage

You can start using Resend directly from agentr.dev. Visit agentr.dev/apps and enable Resend.

If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart

Related MCP server: Resend MCP

Available Tools

The full list of available tools is at ./src/universal_mcp_resend/README.md

Local Development

๐Ÿ“‹ Prerequisites

Ensure you have the following before you begin:

  • Python 3.11+ (recommended)

  • uv (install globally with pip install uv)

๐Ÿ› ๏ธ Setup Instructions

Follow the steps below to set up your development environment:

  1. Sync Project Dependencies

    uv sync

    This installs all dependencies from pyproject.toml into a local virtual environment (.venv).

  2. Activate the Virtual Environment

    For Linux/macOS:

    source .venv/bin/activate

    For Windows (PowerShell):

    .venv\Scripts\Activate
  3. Start the MCP Inspector

    mcp dev src/universal_mcp_resend/server.py

    This will start the MCP inspector. Make note of the address and port shown in the console output.

  4. Install the Application

    mcp install src/universal_mcp_resend/server.py

๐Ÿ“ Project Structure

.
โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ universal_mcp_resend/
โ”‚       โ”œโ”€โ”€ __init__.py       # Package initializer
โ”‚       โ”œโ”€โ”€ server.py            # Server entry point
โ”‚       โ”œโ”€โ”€ app.py            # Application tools
โ”‚       โ””โ”€โ”€ README.md         # List of application tools
โ”œโ”€โ”€ tests/                    # Test suite
โ”œโ”€โ”€ .env                      # Environment variables for local development
โ”œโ”€โ”€ pyproject.toml            # Project configuration
โ””โ”€โ”€ README.md                 # This file

๐Ÿ“„ License

This project is licensed under the MIT License.


Generated with MCP CLI โ€” Happy coding! ๐Ÿš€

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A tool integration that enables Claude to compose and send emails through the Resend API, supporting features like scheduled delivery and file attachments.
    1
    13,249
    7
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to manage email newsletters and contacts via Resend, including sending broadcasts to segments, managing subscribers in bulk, scheduling campaigns, and tracking delivery status using human-friendly identifiers.
    13,249
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Email for AI agents โ€” send, receive as a webhook, manage domains, templates, routing.

  • AI email inbox and sending tools with attachments, search, live events, and webhooks.

  • Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

View all MCP Connectors

Latest Blog Posts

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

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