Resend Server
БесплатноНе проверенEnables Claude to send emails via the Resend API using the send_email tool.
Описание
Enables Claude to send emails via the Resend API using the send_email tool.
README
Servidor MCP remoto (HTTPS) que dá ao Claude a ferramenta send_email, enviando pela API do Resend. Use nas automações (ex.: Relatório Diário de Contas a Pagar) para que o envio funcione mesmo com a sua máquina desligada.
O que tem aqui
server.js— servidor MCP (Streamable HTTP) com a ferramentasend_email.package.json,Dockerfile,.env.example,.gitignore.
Pré-requisitos no Resend
- Domínio verificado: em Resend → Domains, adicione
shiftmobilidade.com.bre crie os registros DNS (SPF, DKIM) até ficar Verified. - API key nova com permissão Sending access (rotacione a antiga que foi exposta).
- Remetente: ex.
[email protected].
Variáveis de ambiente
Veja .env.example. Em produção, configure no painel do host (não use arquivo .env):
RESEND_API_KEY(segredo)SENDER_EMAIL_ADDRESSMCP_AUTH_TOKEN(segredo — protege o endpoint)ALLOWED_RECIPIENT_DOMAINS(opcional, recomendado)
Rodar local (teste)
cd resend-mcp-server
npm install
cp .env.example .env # preencha os valores
node --env-file=.env server.js
# Servidor em http://localhost:3000 (endpoint MCP: POST /mcp)
Deploy
Render (simples)
- Suba esta pasta num repositório Git.
- Render → New → Web Service → conecte o repo.
- Runtime: Docker (usa o
Dockerfile). - Em Environment, adicione as variáveis acima.
- Deploy. A URL pública fica tipo
https://resend-mcp-shift.onrender.com.
Google Cloud Run
gcloud run deploy resend-mcp \
--source . \
--region southamerica-east1 \
--allow-unauthenticated \
--set-env-vars [email protected],ALLOWED_RECIPIENT_DOMAINS=shiftmc.com.br,shiftmobilidade.com.br \
--set-secrets RESEND_API_KEY=resend-api-key:latest,MCP_AUTH_TOKEN=mcp-auth-token:latest
(crie os secrets no Secret Manager antes).
Railway
New Project → Deploy from repo → adicione as variáveis → Railway expõe uma URL HTTPS.
Adicionar como conector no Claude (Cowork)
- Configurações → Conectores → Adicionar conector personalizado.
- URL:
https://SEU-HOST/mcp - Cabeçalho de autenticação:
Authorization: Bearer <MCP_AUTH_TOKEN> - Salvar. A ferramenta
send_emailfica disponível e a automação passa a enviar pelo Resend.
Teste rápido do endpoint (lista de ferramentas)
curl -s https://SEU-HOST/mcp \
-H "Authorization: Bearer <MCP_AUTH_TOKEN>" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Deve retornar a ferramenta send_email.
Segurança
MCP_AUTH_TOKENimpede que terceiros usem seu endpoint de envio.ALLOWED_RECIPIENT_DOMAINSevita uso indevido para enviar a domínios externos.- Guarde
RESEND_API_KEYeMCP_AUTH_TOKENno secret manager do host; nunca em Git. - Logue os envios (id do Resend, destinatários, assunto) para auditoria.
Установка Resend Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/btyy6svgy6-netizen/resend-mcp-serverFAQ
Resend Server MCP бесплатный?
Да, Resend Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Resend Server?
Нет, Resend Server работает без API-ключей и переменных окружения.
Resend Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Resend Server в Claude Desktop, Claude Code или Cursor?
Открой Resend Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Resend Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
