mcpbeat Sign in

Fluxmail MCP Server

by churichard Your server? Claim it
local only

Fluxmail runs on your own machine — the client starts it, so there is no endpoint to ping. 402 installs a week from npm. Last commit 16 Sep 2026.

Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.

Installs per day peak 187 · avg 68 · -82% w/w
a month agotoday
402
Installs / week
npm · fluxmail
6
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fluxmail every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: GOOGLE_CLIENT_ID (Optional override for Fluxmail's built-in Desktop OAuth client ID.), GOOGLE_CLIENT_SECRET (Client secret paired with a custom Google OAuth client ID.), FLUXMAIL_DATA_DIR (Directory for the Fluxmail database, encryption key, and stored settings.), FLUXMAIL_LICENSE_KEY (Optional Fluxmail license key for paid plan limits.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fluxmail

same job, measured the same way
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

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

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

67 installs/wk local only
MCP Outlook
by dockndevai

Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.

41 installs/wk local only
Imap MCP Server
by nikolausm

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

501 installs/wk local only
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

answering
MCP Email
by infoinlet-marketplace

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

32 installs/wk local only
Mail
by anymailmcp

Read, send, organize, watch email on any IMAP mailbox: Gmail, iCloud, OVH, Zoho, Fastmail + CalDAV.

answering

Fluxmail — questions

Answers built from our own checks of this server.

Why is there no uptime for Fluxmail?
Fluxmail 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 fluxmail was installed 402 times last week.
How do I connect Fluxmail?
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 fluxmail straight from npm; nothing to host, nothing to sign up for.
How many people use Fluxmail?
The npm package fluxmail was installed 402 times in the last week. Week over week that is -82%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fluxmail open source?
We cannot say either way: written in TypeScript and 6 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.