← Back to Plugins
MCP Server MCP

Fluxmail

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "fluxmail",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional override for Fluxmail's built-in Desktop OAuth client ID.",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Client secret paired with a custom Google OAuth client ID.",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Directory for the Fluxmail database, encryption key, and stored settings.",
          "format": "filepath",
          "placeholder": "~/.fluxmail",
          "name": "FLUXMAIL_DATA_DIR"
        },
        {
          "description": "Optional Fluxmail license key for paid plan limits.",
          "isSecret": true,
          "name": "FLUXMAIL_LICENSE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...