Skip to content
Grok

Fluxmail for Grok

io.github.churichard/fluxmail

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

client:Grok transport:stdio runtime:npm

Install Fluxmail in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fluxmail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fluxmail"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "FLUXMAIL_DATA_DIR": "<FLUXMAIL_DATA_DIR>",
        "FLUXMAIL_LICENSE_KEY": "<FLUXMAIL_LICENSE_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Fluxmail in other clients