Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx sendgrid-mcp-secure
MCP client config
{
"mcpServers": {
"sendgrid-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
]
}
}
}