mailbridge for VS Code
io.github.creativestefan/mailbridge
Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.
client:VS Code
transport:stdio
runtime:npm
Install mailbridge in VS Code
.vscode/mcp.json
{
"servers": {
"mailbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailbridge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs