Fluxmail MCP Server
Fluxmail is self-hosted email infrastructure for agents and apps. It connects to Gmail, Microsoft 365, Outlook.com, and IMAP/SMTP mailboxes. Agents use MCP, apps and backend workflows use the versioned REST API, and operators use the CLI to connect mailboxes, manage access, and run the service. It runs locally over stdio via the published package.
People who work with email 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-16 · ★ 6 · #24 OF 90 MAINTAINED EMAIL · VERIFIED 2026-09-18
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Fluxmail
Claude Code
claude mcp add churichard-fluxmail -- npx -y fluxmail Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"churichard-fluxmail": {
"command": "npx",
"args": [
"-y",
"fluxmail"
]
}
}
} 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
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package fluxmail - unscoped; check the name against the project README before installing
registry namespace io.github.churichard is GitHub-verified and matches the repo owner
03 · What Fluxmail can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.9.0 · 2026-09-16
Changed · Advance stored data to format 3 for send-as identities; stop processes that share the data directory and keep the migration backup because older Fluxmail releases cannot open the upgraded store; prepare…
v0.8.1 · 2026-09-14
Fixed · [CLI] Recreate the missing local instance profile when logging in to an existing local instance (#85) · [CLI] Reject fluxmail setup on an already configured instance and point at login instead (#85) · [CLI]…
v0.8.0 · 2026-09-01
Changed · Relicense Fluxmail under the Elastic License 2.0, which permits use, modification, and redistribution but does not permit circumventing license key functionality or offering Fluxmail as a hosted service (#80)…
04 · Who maintains Fluxmail
Fluxmail is maintained by churichard. It's the only MCP server we track from this author; the repo dates to Jul 2026.
05 · Facts
- repository
- github.com/churichard/fluxmail
- website
- https://fluxmail.ai/
- category
- email - ranked #24 of 90 actively-maintained email servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-16)
- registry
- io.github.churichard/fluxmail (active, first published 2026-07-13 · 11 versions)
- packages
- npm:fluxmail
06 · Fluxmail FAQ
What is Fluxmail?
Fluxmail is self-hosted email infrastructure for agents and apps. It connects to Gmail, Microsoft 365, Outlook.com, and IMAP/SMTP mailboxes. Agents use MCP, apps and backend workflows use the versioned REST API, and operators use the CLI to connect mailboxes, manage access, and run the service. It runs locally over stdio via the published package.
Is Fluxmail still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install Fluxmail?
Run `npx -y fluxmail`. You can also paste the ready-made client config above.
Does Fluxmail 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 Fluxmail
Alternatives to Fluxmail
Maintained email servers if Fluxmail isn't the fit.
- Emailmd Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails. ★ 1,373 · 2026-08-26
- Sessy - Amazon SES observability Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats. ★ 929 · 2026-09-15
- Hqbase Connect AI agents to your self-hosted HQBase shared email workspace. ★ 326 · 2026-09-12
- SendGrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 271 · 2026-08-29
- Atomic Mail Programmable email inbox for AI agents - JMAP, PoW auth, stdio MCP server. ★ 267 · 2026-09-10
- Clippy Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files ★ 247 · 2026-09-04
More email MCP servers · Email MCP · Google Workspace MCP Server · Mail Muncher · Mailbridge
More TypeScript MCP servers · Churnkey · Pipedrive CRM · Clari Layer · Clawcall · Pumpclaw · see all