Loading MCP server directory, please wait...
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
npx @getmcp/cli add io.github.codespar/mcp-sendgridRequires Node.js 18+. Community-contributed server. Review source before installing.
SENDGRID_API_KEYSendGrid API key. Used as Bearer token in the Authorization header.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-sendgrid": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"env": {
"SENDGRID_API_KEY": "",
"SENDGRID_FROM_EMAIL": ""
}
}
}
}