mcp sendgrid for Cline
io.github.codespar/mcp-sendgrid
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
client:Cline
transport:stdio
runtime:npm
Install mcp sendgrid in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-sendgrid": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sendgrid"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"SENDGRID_FROM_EMAIL": "<SENDGRID_FROM_EMAIL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs