EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. your-mail-mcp
    your-mail-mcp icon

    your-mail-mcp

    MCP Servers

    A self-hosted, read-only MCP server that gives AI assistants like Claude access to your IMAP email accounts via a local notmuch index over authenticated HTTP.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-host on your own machine or VPS.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersEmail PlatformsInformation Synthesis

    Alternatives

    MailgentClankerMailsDead Simple Email
    Developer
    Ivan Kuznetsov (wildsurfer)Ivan Kuznetsov (GitHub: wildsurfer) builds open-source devel…

    Listed Aug 2026

    About your-mail-mcp

    your-mail-mcp is a self-hosted, open-source MCP (Model Context Protocol) server built in Go by Ivan Kuznetsov (wildsurfer). It mirrors one or more IMAP accounts into a local maildir using mbsync, indexes them with notmuch, and exposes eleven read-only tools to any MCP-compatible AI client — including Claude, Claude Code, and Codex — over authenticated HTTP with OAuth. The project is licensed under the MIT License and published on GitHub.

    What It Is

    your-mail-mcp sits between your email accounts and your AI assistant, letting you ask natural-language questions about your mail history without giving the AI write access to anything. It is a pure read path: the architecture enforces this at every layer, from the mbsync configuration (Sync Pull, Create Near, Remove None, Expunge None) to the Go code, which issues only IMAP LIST commands and never selects a mailbox or fetches a message directly. There is no send, delete, move, or tag operation anywhere in the server.

    How the Read-Only Architecture Works

    The server's eleven tools cover the full read surface of a mail index:

    • search — full-text search returning thread summaries as JSON, using notmuch query syntax (from:, to:, subject:, tag:, date: ranges, combined with and/or/not)
    • show / thread / text — retrieve a single message, a full thread, or the plain-text body of one message
    • attachment — serve one MIME part read-only: images inline up to 5 MB, text as a marked block, binaries as a short-lived signed download link
    • ids / files / count — return message IDs, maildir paths, or a count matching a query
    • folders / status / refresh — inspect account sync health, trigger an INBOX sync, and list folders with last-sync timestamps

    Because there is no write path, the README notes that scheduled digests and always-on agents are safe to run: a malicious email that reaches the assistant gets read and nothing more.

    Deployment Model

    The server ships as a container image (ghcr.io/wildsurfer/your-mail-mcp) for amd64 and arm64, built by CI. Setup is two files — compose.yaml and accounts.json — plus docker compose up -d. Three deployment cases are documented:

    1. Local only — binds to loopback, no TLS needed, works with Claude Code and Codex CLI
    2. Public via tunnel — Tailscale Funnel or Cloudflare Tunnel gives the local server an HTTPS address reachable from a smartphone or Claude's web/desktop connectors
    3. VPS — same setup on a rented server, keeping the mail mirror online independently of a personal machine

    Release binaries for Linux and macOS (amd64 and arm64) are also published on the releases page for use without Docker, requiring mbsync, notmuch, and w3m on PATH. Windows is not supported due to maildir filesystem semantics and the absence of mbsync.

    MCP Client Integration

    The server speaks streamable HTTP MCP with OAuth and supports dynamic client registration, so clients like Claude (web, desktop, and mobile via connector sync) and ChatGPT (with developer mode enabled) require no manual OAuth credential pasting. Claude Code uses claude mcp add --transport http, and Codex uses codex mcp add. For clients with broken OAuth support, mcp-remote can bridge the OAuth dance over stdio.

    Update: v0.2.0

    The latest release is v0.2.0, published on 2026-08-26. The repository was created on 2026-08-20 and last pushed on 2026-08-26, indicating active early development. The project is registered in the MCP registry (io.github.wildsurfer/your-mail-mcp) and has a Glama score badge, signaling integration with the broader MCP server ecosystem.

    your-mail-mcp - 1

    Community Discussions

    Be the first to start a conversation about your-mail-mcp

    Share your experience with your-mail-mcp, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-host on your own machine or VPS.

    • All eleven read-only MCP tools
    • Multi-account IMAP support
    • Docker Compose deployment
    • Release binaries for Linux and macOS
    • OAuth-gated authenticated HTTP

    Capabilities

    Key Features

    • Read-only IMAP email access for AI assistants
    • Full-text search over entire mail history using notmuch query syntax
    • Multi-account support with per-account sync isolation
    • Eleven read-only MCP tools: search, show, thread, text, attachment, ids, files, count, folders, status, refresh
    • OAuth-gated authenticated HTTP with dynamic client registration
    • Docker Compose deployment with pre-built amd64/arm64 container images
    • Tailscale Funnel and Cloudflare Tunnel support for public HTTPS access
    • mbsync-based pull-only IMAP mirroring with no write path
    • Attachment serving: images inline, text as marked blocks, binaries as signed download links
    • Automatic junk/trash folder exclusion via SPECIAL-USE discovery
    • Environment variable expansion for secrets in accounts.json
    • Release binaries for Linux and macOS without Docker

    Integrations

    Claude
    Claude Code
    ChatGPT
    Codex
    Gmail (IMAP)
    iCloud Mail (IMAP)
    Dovecot (IMAP)
    mbsync (isync)
    notmuch
    w3m
    Tailscale Funnel
    Cloudflare Tunnel
    Caddy
    mcp-remote
    Docker Compose
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate your-mail-mcp and help others make informed decisions.

    Developer

    Ivan Kuznetsov (wildsurfer)

    Ivan Kuznetsov (GitHub: wildsurfer) builds open-source developer tools, with your-mail-mcp being a self-hosted MCP server that gives AI assistants read-only access to IMAP email. The project is written in Go and integrates mbsync and notmuch for local mail mirroring and indexing. It is published under the MIT License on GitHub.

    Read more about Ivan Kuznetsov (wildsurfer)
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Mailgent icon

    Mailgent

    Mailgent provides AI agents with a real email address, encrypted vault, calendar, verifiable DID identity, and USDC wallet — all provisioned with a single API call.

    ClankerMails icon

    ClankerMails

    Programmable email inboxes for workflows and bots, accessible via REST API and signed webhooks with parsed JSON — no SMTP or IMAP required.

    Dead Simple Email icon

    Dead Simple Email

    Purpose-built email API for AI agents — create inboxes, send and receive messages, and automate with real-time webhooks via REST API or IMAP/SMTP.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    216 tools

    Email Platforms

    AI-enhanced email clients and services for communication.

    32 tools

    Information Synthesis

    Tools that analyze and summarize complex information.

    61 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions