Email (transactional + marketing), Twilio-owned. Completes channel coverage: Twilio handles SMS/WhatsApp/Voice, SendGrid handles email. Send mail, templates, contacts CRUD, suppressions, stats.
$ npm install @codespar/mcp-sendgridAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"sendgrid": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"env": {
"SENDGRID_API_KEY": "<your_sendgrid_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try send_mail first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
SENDGRID_API_KEYSendGrid API key. Used as Bearer token in the Authorization header.
SENDGRID_FROM_EMAILOptional default From address used by send_mail / send_template when `from.email` is omitted. Must be a Verified Sender or authenticated domain.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
send_mailsend_templateadd_contactlist_contactsdelete_contactsearch_contactsget_contactlist_listsMCP is a protocol โ any framework that speaks it can mount this server.