Sendgrid
Freeby MCP Community
Model Context Protocol (MCP) server for SendGrid API v3 - manage email marketing, automations, templates, and analytics
v1.0.4Added Apr 12, 2026
mcpmodel-context-protocolsendgridemailemail-marketing
Sendgrid MCP Server
Model Context Protocol (MCP) server for SendGrid API v3 - manage email marketing, automations, templates, and analytics
Installation
Reviews
Installation
Quick install
npx -y sendgrid-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"sendgrid": {
"command": "npx",
"args": ["-y", "sendgrid-mcp"]
}
}
}