Skip to content
VS Code

sendgrid for VS Code

io.usefulapi/sendgrid

Send email and read templates, marketing contacts, lists, stats, bounces and unsubscribes.

client:VS Code transport:streamable-http

Install sendgrid in VS Code

.vscode/mcp.json

{
  "servers": {
    "sendgrid": {
      "type": "http",
      "url": "https://sendgrid.usefulapi.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sendgrid in other clients