REPLY_TO_EMAIL_ADDRESSES=YOUR_REPLY_TO_EMAIL_ADDRESSES
SENDER_EMAIL_ADDRESS=YOUR_SENDER_EMAIL_ADDRESS
RESEND_API_KEY=YOUR_RESEND_API_KEY
Steps
-
Install Meshagent
-
Sign up and Authenticate
- Follow this getting started guide.
-
Start the MCP Resend Agent in a Room
- This command starts a Meshagent Room with the MCP server. The room and the service close automatically if inactive.
-
Start the Chatbot in the Room
- This command starts a chatbot in your test room that can use the resend toolkit. You can run multiple toolkits in a single room.
- The command will output a link to the Meshagent Room.
-
Try It Out
- Visit the room link in your browser.
- Send a message to the agent (chatbot) to interact with the MCP Server tools!
Project Level Deployment
For production use, set up persistent services that automatically appear in every room in your Meshagent project. This ensures your MCP server tools and chatbot are always available—no need to run anything locally.Steps
-
Create Project-Level MCP Resend Service
-
Create Project-Level Chatbot Service
Tools Available
Send emails MCP Server
Send emails directly from Cursor with this email sending MCP server.Available Tools
Tools provided by this Server | Short Description |
---|---|
send-email | Send an email using Resend |
Tools Details
Tool: send-email
Send an email using Resend
Parameter | Type | Description |
---|---|---|
subject | string | Email subject line |
text | string | Plain text email content |
to | string | Recipient email address |
bcc | array (optional) | Optional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself |
cc | array (optional) | Optional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself |
html | string (optional) | HTML email content. When provided, the plain text argument MUST be provided as well. |
scheduledAt | string (optional) | Optional parameter to schedule the email. Use natural language (e.g., “tomorrow at 10am”). |
Meshagent Links
- Meshagent: https://www.meshagent.com/
- Read The Docs: https://docs.meshagent.com
- Meshagent MCP Tool Image: https://hub.docker.com/r/meshagent/mcp-resend