Catalog
io.github.friendlygeorge/resend-mcp-server
Officialby friendlygeorge · JavaScript
MCP server for Resend — transactional email API for AI assistants...
Integrates Resend transactional email API for sending emails through AI assistants.
Topics
apiemailmcpmodel-context-protocolresend
README not available yet.
Install
Configuration
Environment variables
YOUR_API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"resend-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/resend-mcp-server@1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}