Loading MCP server directory, please wait...
MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
npx @getmcp/cli add io.github.deyikong/sendgrid-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SENDGRID_API_KEYYour SendGrid API key (must start with 'SG.').
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.deyikong/sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "",
"READ_ONLY": "true"
}
}
}
}