Skip to content
Cursor

rubit-mcp-mail for Cursor

io.github.bgalmes/rubit-mcp-mail

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

client:Cursor transport:stdio runtime:pypi

Install rubit-mcp-mail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rubit-mcp-mail in other clients