Community MCP server for Twilio SendGrid email delivery platform. Agents can send transactional emails with templates, manage contact lists, create and schedule marketing campaigns, and query email delivery statistics. Supports dynamic templates and personalization. Ideal for agents automating email communications, newsletters, and notification systems.
npx -y sendgrid-mcp
{
"mcpServers": {
"sendgrid": {
"env": {
"SENDGRID_API_KEY": "your-api-key"
},
"args": [
"-y",
"sendgrid-mcp"
],
"command": "npx"
}
}
}Get SendGrid email stats
{
"type": "object",
"required": [
"start_date"
],
"properties": {
"end_date": {
"type": "string"
},
"start_date": {
"type": "string"
}
}
}// Input
{
"start_date": "2026-03-01"
}// Output
{
"stats": [
{
"date": "2026-03-25",
"opened": 89,
"clicked": 23,
"delivered": 150
}
]
}Community MCP server for Twilio SendGrid email delivery platform. Agents can send transactional emails with templates, manage contact lists, create and schedule marketing campaigns, and query email delivery statistics. Supports dynamic templates and personalization. Ideal for agents automating email communications, newsletters, and notification systems.
SendGrid provides 1 tools including get_stats.
SendGrid offers a free tier with 100 calls per month. For higher usage, paid plans start at €0/month.
You can install SendGrid using the following command: npx -y sendgrid-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
SendGrid is listed under the Communication category in the AgentForge MCP registry.
SendGrid has a current uptime of 99.8% with an average response time of 250ms.
To connect SendGrid, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of SendGrid's tools via the Model Context Protocol.