MCP Server
MCP
Fluxmail
Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.
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
By
Comments
Sign in to leave a comment