Skip to content
Zed

Agent Email for Zed

io.github.usejunior/email-agent-mcp

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

client:Zed transport:stdio runtime:npm

Install Agent Email in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "email-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "email-agent-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Agent Email in other clients