mcpbeat Sign in

Your Mail MCP Server

local only

Your Mail MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 28 Aug 2026.

Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.

Installs / week
not published
6
Stars
0 open issues
28 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

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.

Checks whether it runs in a sandbox mcp.go:337
            if _, err := os.Stat("/.dockerenv"); err == nil {
Builds a file path from a variable mcp.go:369
    path := filepath.Join(dir, fmt.Sprintf("%s-%x-%d", safe, hash[:4], part))

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Your Mail MCP

same job, measured the same way
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
mail-muncher
by craigjmidwinter

Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.

local only
NordicMCP — Google Mail
by nordicmcp

Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.

answering
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

58 installs/wk local only
mail-index
by unsoldgroup

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

107 installs/wk local only
mail-index
by alunsoldantarctica

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

local only
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

604 installs/wk local only
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

122 installs/wk local only

Your Mail MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Your Mail MCP?
Your Mail MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Your Mail MCP open source?
Yes — it is published under the MIT licence, written in Go and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.