SendGrid MCP (Garoth)
CommunicationMCP server for SendGrid v3 API — manage contact lists, dynamic templates, single sends, and email stats via AI agents.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"sendgrid-mcp-garoth": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
]
}
}
}