SendGrid Secure
Rank #20,057io.github.Choppaaahh/sendgrid-mcp-secure
Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.
SendGrid Secure is a Model Context Protocol (MCP) server published by Choppaaahh. It ranks #20,057 of 115,460 servers tracked on MCP Toplist. SendGrid Secure is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 13, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 95,403 of 115,460 servers on MCP Toplist.
Use SendGrid Secure
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sendgrid-mcp-secure -e "SENDGRID_API_KEY=<your SENDGRID_API_KEY>" -e "SENDGRID_MCP_MODE=<your SENDGRID_MCP_MODE>" -e "SENDGRID_MCP_RECIPIENT_ALLOWLIST=<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>" -e "SENDGRID_MCP_WRITES_PER_HOUR=<your SENDGRID_MCP_WRITES_PER_HOUR>" -e "SENDGRID_MCP_MAX_RECIPIENTS=<your SENDGRID_MCP_MAX_RECIPIENTS>" -e "SENDGRID_MCP_AUDIT_LOG=<your SENDGRID_MCP_AUDIT_LOG>" -e "SENDGRID_MCP_ALLOW_BCC=<your SENDGRID_MCP_ALLOW_BCC>" -- uvx sendgrid-mcp-secureReplace each placeholder with your own value before saving.
[mcp_servers.sendgrid-mcp-secure]
command = "uvx"
args = ["sendgrid-mcp-secure"]
[mcp_servers.sendgrid-mcp-secure.env]
SENDGRID_API_KEY = "<your SENDGRID_API_KEY>"
SENDGRID_MCP_MODE = "<your SENDGRID_MCP_MODE>"
SENDGRID_MCP_RECIPIENT_ALLOWLIST = "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>"
SENDGRID_MCP_WRITES_PER_HOUR = "<your SENDGRID_MCP_WRITES_PER_HOUR>"
SENDGRID_MCP_MAX_RECIPIENTS = "<your SENDGRID_MCP_MAX_RECIPIENTS>"
SENDGRID_MCP_AUDIT_LOG = "<your SENDGRID_MCP_AUDIT_LOG>"
SENDGRID_MCP_ALLOW_BCC = "<your SENDGRID_MCP_ALLOW_BCC>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"SENDGRID_MCP_MODE": "<your SENDGRID_MCP_MODE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<your SENDGRID_MCP_WRITES_PER_HOUR>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<your SENDGRID_MCP_MAX_RECIPIENTS>",
"SENDGRID_MCP_AUDIT_LOG": "<your SENDGRID_MCP_AUDIT_LOG>",
"SENDGRID_MCP_ALLOW_BCC": "<your SENDGRID_MCP_ALLOW_BCC>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"SENDGRID_MCP_MODE": "<your SENDGRID_MCP_MODE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<your SENDGRID_MCP_WRITES_PER_HOUR>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<your SENDGRID_MCP_MAX_RECIPIENTS>",
"SENDGRID_MCP_AUDIT_LOG": "<your SENDGRID_MCP_AUDIT_LOG>",
"SENDGRID_MCP_ALLOW_BCC": "<your SENDGRID_MCP_ALLOW_BCC>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sendgrid-mcp-secure": {
"type": "stdio",
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"SENDGRID_MCP_MODE": "<your SENDGRID_MCP_MODE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<your SENDGRID_MCP_WRITES_PER_HOUR>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<your SENDGRID_MCP_MAX_RECIPIENTS>",
"SENDGRID_MCP_AUDIT_LOG": "<your SENDGRID_MCP_AUDIT_LOG>",
"SENDGRID_MCP_ALLOW_BCC": "<your SENDGRID_MCP_ALLOW_BCC>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"SENDGRID_MCP_MODE": "<your SENDGRID_MCP_MODE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<your SENDGRID_MCP_WRITES_PER_HOUR>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<your SENDGRID_MCP_MAX_RECIPIENTS>",
"SENDGRID_MCP_AUDIT_LOG": "<your SENDGRID_MCP_AUDIT_LOG>",
"SENDGRID_MCP_ALLOW_BCC": "<your SENDGRID_MCP_ALLOW_BCC>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"SENDGRID_MCP_MODE": "<your SENDGRID_MCP_MODE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<your SENDGRID_MCP_RECIPIENT_ALLOWLIST>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<your SENDGRID_MCP_WRITES_PER_HOUR>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<your SENDGRID_MCP_MAX_RECIPIENTS>",
"SENDGRID_MCP_AUDIT_LOG": "<your SENDGRID_MCP_AUDIT_LOG>",
"SENDGRID_MCP_ALLOW_BCC": "<your SENDGRID_MCP_ALLOW_BCC>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Choppaaahh%2Fsendgrid-mcp-secure)<a href="https://mcptoplist.com/server/io.github.Choppaaahh%2Fsendgrid-mcp-secure"><img src="https://mcptoplist.com/badge/io.github.Choppaaahh%2Fsendgrid-mcp-secure.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Choppaaahh
Other servers by Choppaaahh
View all Choppaaahh servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 14, 2026 |
Frequently asked questions
- Who maintains SendGrid Secure?
- SendGrid Secure is maintained by Choppaaahh, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SendGrid Secure listed on the Official MCP Registry?
- Yes — SendGrid Secure is listed on the Official MCP Registry, alongside Glama.
- How many versions does SendGrid Secure have?
- MCP Toplist tracks 1 version of SendGrid Secure, most recently published on Aug 14, 2026.
- Where can I find the source code for SendGrid Secure?
- The source code for SendGrid Secure is hosted at github.com/Choppaaahh/sendgrid-mcp-secure.