About
Overview
The SendGrid MCP Server enables AI agents to send emails and manage email campaigns through Twilio SendGrid. It provides tools for sending transactional emails, managing contact lists, creating email templates, and tracking email delivery and engagement metrics.
Capabilities
Tools & Capabilities
⚡send_email
Send a transactional email
⚡send_template_email
Send an email using a dynamic template
⚡list_contacts
List contacts in your contact database
⚡add_contact
Add a contact to a list
⚡get_stats
Get email delivery and engagement statistics
Setup
Installation
bash
Install
npx -y mcp-server-sendgridExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"sendgrid": {
"command": "npx",
"args": ["-y", "mcp-server-sendgrid"],
"env": {
"SENDGRID_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 65
Last UpdatedFeb 12, 2026