SendGrid MCP Server for Grok
io.github.deyikong/sendgrid-mcp
MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
client:Grok
transport:stdio
runtime:npm
Install SendGrid MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sendgrid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"READ_ONLY": "<READ_ONLY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs