Skip to content
VS Code

Agent Email for VS Code

io.github.usejunior/email-agent-mcp

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

client:VS Code transport:stdio runtime:npm

Install Agent Email in VS Code

.vscode/mcp.json

{
  "servers": {
    "email-agent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "email-agent-mcp"
      ]
    }
  }
}

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

Agent Email in other clients