Skip to content
VS Code

mail send for VS Code

dev.mailkite/mail-send

Send transactional email over a verified domain — templates, attachments, custom headers.

client:VS Code transport:streamable-http

Install mail send in VS Code

.vscode/mcp.json

{
  "servers": {
    "mail-send": {
      "type": "http",
      "url": "https://mcp.mailkite.dev/mcp?ref=mail-send"
    }
  }
}

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

mail send in other clients