MCP Sendgrid runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 29 Aug 2026.
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-sendgrid -- npx -y @codespar/mcp-sendgrid
{
"mcpServers": {
"mcp-sendgrid": {
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-sendgrid]
command = "npx"
args = ["-y", "@codespar/mcp-sendgrid"]
{
"mcpServers": {
"mcp-sendgrid": {
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-sendgrid": {
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SENDGRID_API_KEY (SendGrid API key. Used as Bearer token in the Authorization header.), SENDGRID_FROM_EMAIL (Optional default From address used by send_mail / send_template when `from.email` is omitted. Must be a Verified Sender or authenticated domain.).
The author declared them in the registry entry; get the values from the project itself.
Email marketing for Russian businesses: lists, campaigns, reports, transactional email.
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
Answers built from our own checks of this server.