SendGrid MCP (deyikong)
CommunicationComprehensive SendGrid MCP server with 59 tools covering email marketing, transactional email, templates, and analytics.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"sendgrid-mcp-deyikong": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
]
}
}
}