Skip to content
VS Code

inbound email for VS Code

dev.mailkite/inbound-email

Turn inbound email into a webhook — verify, parse, route, and store incoming messages.

client:VS Code transport:streamable-http

Install inbound email in VS Code

.vscode/mcp.json

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

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

inbound email in other clients