Skip to content
VS Code

email agent for VS Code

dev.mailkite/email-agent

Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

client:VS Code transport:streamable-http

Install email agent in VS Code

.vscode/mcp.json

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

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

email agent in other clients