S
SendGrid
💬 Communication
Send transactional and marketing email via SendGrid — dispatch messages, manage templates and contacts, and check delivery stats.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"sendgrid": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "your-sendgrid-api-key-here"
}
}
}
}