mcpbeat Sign in

rubit-mcp-mail MCP Server

local only

rubit-mcp-mail runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

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

Installs / week
pypi · rubit-mcp-mail
0
Stars
1 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 10 min ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch rubit-mcp-mail and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rubit-mcp-mail -- uvx rubit-mcp-mail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rubit-mcp-mail": {
      "args": [
        "rubit-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rubit-mcp-mail]
command = "uvx"
args = ["rubit-mcp-mail"]
.cursor/mcp.json
{
  "mcpServers": {
    "rubit-mcp-mail": {
      "args": [
        "rubit-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rubit-mcp-mail": {
      "args": [
        "rubit-mcp-mail"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to rubit-mcp-mail

same job, measured the same way
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Ravendb MCP
by ravendb

Read-only MCP diagnostics server for RavenDB.

35 installs/wk local only
Pylos MCP
by adamvass

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

50 installs/wk local only
Bitbucket MCP Server
by droplinkperformance

Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.

50 installs/wk local only
Thoughts
by thoughtbox-api

An MCP server that provides read access to your cloud storage providers, bank accounts and more.

answering
Mintqa MCP
by adamgusky

MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.

17 installs/wk answering
Oraclarr
by bdog720

Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).

83 installs/wk local only
Imessage Max
by cyberpapiii

AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.

118 installs/wk local only

rubit-mcp-mail — questions

Answers built from our own checks of this server.

Why is there no uptime for rubit-mcp-mail?
rubit-mcp-mail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package rubit-mcp-mail.
How do I connect rubit-mcp-mail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rubit-mcp-mail straight from pypi; nothing to host, nothing to sign up for.
Is rubit-mcp-mail open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.