Send emails directly from Cursor with this email sending MCP server.
3.7K
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
resend
to the mcpServers
section:{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"REPLY_TO_EMAIL_ADDRESSES",
"-e",
"SENDER_EMAIL_ADDRESS",
"-e",
"RESEND_API_KEY",
- mcp/resend@sha256:2a786579214e118992c62875fd81488fee01918b10b06b447beb1acd5824e8ed
],
"env": {
"REPLY_TO_EMAIL_ADDRESSES": "{{resend.reply_to}}",
"SENDER_EMAIL_ADDRESS": "{{resend.sender}}",
"RESEND_API_KEY": "YOUR_RESEND_API_KEY"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Send emails
version: 1.0.1
schema: v1
mcpServers:
- name: Send emails
command: docker
args:
- run
- --rm
- -i
- -e
- REPLY_TO_EMAIL_ADDRESSES
- -e
- SENDER_EMAIL_ADDRESS
- -e
- RESEND_API_KEY
- mcp/resend@sha256:2a786579214e118992c62875fd81488fee01918b10b06b447beb1acd5824e8ed
env:
REPLY_TO_EMAIL_ADDRESSES: "{{resend.reply_to}}"
SENDER_EMAIL_ADDRESS: "{{resend.sender}}"
RESEND_API_KEY: "YOUR_RESEND_API_KEY"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
resend
to the mcpServers
section:{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"REPLY_TO_EMAIL_ADDRESSES",
"-e",
"SENDER_EMAIL_ADDRESS",
"-e",
"RESEND_API_KEY",
- mcp/resend@sha256:2a786579214e118992c62875fd81488fee01918b10b06b447beb1acd5824e8ed
],
"env": {
"REPLY_TO_EMAIL_ADDRESSES": "{{resend.reply_to}}",
"SENDER_EMAIL_ADDRESS": "{{resend.sender}}",
"RESEND_API_KEY": "YOUR_RESEND_API_KEY"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for