mcp sendgrid for Cursor
io.github.codespar/mcp-sendgrid
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
client:Cursor
transport:stdio
runtime:npm
Install mcp sendgrid in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-sendgrid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"SENDGRID_FROM_EMAIL": "<SENDGRID_FROM_EMAIL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs