MCP Server
MCP
io.github.jgalea/mailbox-mcp
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mailbox-mcp",
"version": "0.9.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Passphrase used to encrypt IMAP/JMAP credentials at rest. Required for IMAP and JMAP accounts.",
"format": "string",
"isSecret": true,
"name": "MAILBOX_MCP_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment