mcpbeat Sign in

Imap MCP Server

by nikolausm Your server? Claim it
local only

Imap MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 501 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 105 · avg 65 · -42% w/w
a month agotoday
501
Installs / week
npm · imap-mcp-server
94
Stars
6 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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.

Dumps the whole environment src/services/account-manager.ts:184
    for (const [name, value] of Object.entries(process.env)) {

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

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 imap-mcp-server -- npx -y imap-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imap-mcp-server": {
      "args": [
        "-y",
        "imap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imap-mcp-server]
command = "npx"
args = ["-y", "imap-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "imap-mcp-server": {
      "args": [
        "-y",
        "imap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imap-mcp-server": {
      "args": [
        "-y",
        "imap-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Imap MCP Server

same job, measured the same way
Mailbridge
by creativestefan

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

135 installs/wk local only
Lettio MCP
by lettio

Private, EU-hosted email for AI agents over JMAP: read, search, reply, organize, send.

60 installs/wk answering
Proton Mail (unofficial)
by sethbang

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

67 installs/wk local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

32 installs/wk local only
Email (IMAP/SMTP)
by boutquin

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

local only
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
AgentMail
by agentmail

Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.

answering

Imap MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Imap MCP Server?
Imap MCP Server 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 npm package imap-mcp-server was installed 501 times last week.
How do I connect Imap MCP Server?
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 imap-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Imap MCP Server?
The npm package imap-mcp-server was installed 501 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Imap MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 94 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.