SendGrid MCP Server
Rank #5,403io.github.deyikong/sendgrid-mcp
MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
SendGrid MCP Server is a Model Context Protocol (MCP) server published by deyikong. It ranks #5,403 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. SendGrid MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 21, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 110,057 of 115,460 servers on MCP Toplist.
Use SendGrid MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sendgrid-mcp -e "SENDGRID_API_KEY=<your SENDGRID_API_KEY>" -e "READ_ONLY=<your READ_ONLY>" -- npx -y sendgrid-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sendgrid-mcp]
command = "npx"
args = ["-y", "sendgrid-mcp"]
[mcp_servers.sendgrid-mcp.env]
SENDGRID_API_KEY = "<your SENDGRID_API_KEY>"
READ_ONLY = "<your READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"READ_ONLY": "<your READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"READ_ONLY": "<your READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sendgrid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"READ_ONLY": "<your READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"READ_ONLY": "<your READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<your SENDGRID_API_KEY>",
"READ_ONLY": "<your READ_ONLY>"
}
}
}
}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.deyikong%2Fsendgrid-mcp)<a href="https://mcptoplist.com/server/io.github.deyikong%2Fsendgrid-mcp"><img src="https://mcptoplist.com/badge/io.github.deyikong%2Fsendgrid-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
deyikong
Available versions (1)
| Version | Published |
|---|---|
| 1.2.0 | Aug 26, 2026 |
Frequently asked questions
- Who maintains SendGrid MCP Server?
- SendGrid MCP Server is maintained by deyikong, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SendGrid MCP Server listed on the Official MCP Registry?
- Yes — SendGrid MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does SendGrid MCP Server have?
- MCP Toplist tracks 1 version of SendGrid MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for SendGrid MCP Server?
- The source code for SendGrid MCP Server is hosted at github.com/deyikong/sendgrid-mcp.