Openagentemail MCP Server

Open communication and task handoffs for AI agents. Self-hosted email, task threads, approvals, and webhooks over MCP and REST - for the agents you already use. It runs locally over stdio via the published package.

People who work with docker, email and imap and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 36 · #11 OF 90 MAINTAINED EMAIL · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Openagentemail MCP Server

before you install - you'll need

Set OPENAGENTEMAIL_API_URL, OPENAGENTEMAIL_API_KEY before connecting.

Claude Code

claude mcp add openagentemail-openagentemail -- npx -y @openagentemail/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "openagentemail-openagentemail": {
      "command": "npx",
      "args": [
        "-y",
        "@openagentemail/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-26 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @openagentemail/mcp - published under the repo owner's npm scope (@openagentemail)

registry namespace io.github.openagentemail is GitHub-verified and matches the repo owner

03 · What Openagentemail MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.3 · 2026-09-13

What's new · Webhook wake receiver example (examples/webhook-wake/): a small, ready-to-run endpoint that verifies openagent.email webhook signatures and pings your agent runtime the moment mail arrives. If you're…

v0.7.2 · 2026-09-09

v0.7.2 - 2026-09-09 · Added · Webhook env wiring for compose deployments: all 22 webhook configuration keys are now wired through the API service in compose.yaml and compose.api-only.yaml, with .env examples…

v0.7.1 · 2026-09-08

Fixed · MCP stdio clean boot: v0.7.0 crashed on startup in a clean client environment - an import chain pulled the mail server's env schema (DOMAIN/API_KEYS/IMAP/SMTP) into the MCP bundle before the handshake. Scope…

04 · Who maintains Openagentemail MCP Server

mcp is maintained by openagentemail. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
email - ranked #11 of 90 actively-maintained email servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-13)
registry
io.github.openagentemail/mcp (active, first published 2026-07-27 · 13 versions)
packages
npm:@openagentemail/mcp

06 · Openagentemail MCP Server FAQ

What is Openagentemail MCP Server?

Open communication and task handoffs for AI agents. Self-hosted email, task threads, approvals, and webhooks over MCP and REST - for the agents you already use. It runs locally over stdio via the published package.

Is Openagentemail MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Openagentemail MCP Server?

Run `npx -y @openagentemail/mcp`. The README documents 2 environment variables (OPENAGENTEMAIL_API_URL, OPENAGENTEMAIL_API_KEY) to set first. Set OPENAGENTEMAIL_API_URL, OPENAGENTEMAIL_API_KEY before connecting. You can also paste the ready-made client config above.

Does Openagentemail MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Openagentemail MCP Server