Skip to content
VS Code

rubit-mcp-mail for VS Code

io.github.bgalmes/rubit-mcp-mail

Read-only MCP server for your mail — provider-agnostic IMAP that never marks a message as read.

client:VS Code transport:stdio runtime:pypi

Install rubit-mcp-mail in VS Code

.vscode/mcp.json

{
  "servers": {
    "rubit-mcp-mail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rubit-mcp-mail"
      ]
    }
  }
}

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

rubit-mcp-mail in other clients