Skip to content
VS Code

mail for VS Code

io.github.honeycrisp-suite/mail

Apple Mail over MCP: fenced reads, draft-only writing, human-gated actions, audited with undo.

client:VS Code transport:stdio runtime:npm

Install mail in VS Code

.vscode/mcp.json

{
  "servers": {
    "mail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@honeycrisp/mail"
      ]
    }
  }
}

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

mail in other clients