SendGrid MCP Server for Windsurf
io.github.deyikong/sendgrid-mcp
MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
client:Windsurf
transport:stdio
runtime:npm
Install SendGrid MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sendgrid-mcp": {
"command": "npx",
"args": [
"-y",
"sendgrid-mcp"
],
"env": {
"SENDGRID_API_KEY": "<SENDGRID_API_KEY>",
"READ_ONLY": "<READ_ONLY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs