Email SMTP/IMAP MCP
by EhanAhmed
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_HOST | No | IMAP server hostname (e.g., imap.gmail.com). | |
| IMAP_PASS | No | IMAP password (alias IMAP_PASSWORD accepted). | |
| IMAP_PORT | No | IMAP server port (e.g., 993). Optional. | |
| IMAP_USER | No | IMAP username (alias IMAP_USERNAME accepted). | |
| SMTP_HOST | No | SMTP server hostname (e.g., smtp.gmail.com). | |
| SMTP_PASS | No | SMTP password (alias SMTP_PASSWORD accepted). | |
| SMTP_PORT | No | SMTP server port (e.g., 587). Optional, defaults may apply. | |
| SMTP_USER | No | SMTP username (alias SMTP_USERNAME accepted). | |
| IMAP_SECURE | No | Whether to use TLS (true/false) for IMAP. Optional. | |
| SMTP_SECURE | No | Whether to use TLS (true/false) for SMTP. Optional. | |
| SENDER_EMAILS | No | Comma-separated list of allowed sender emails for from_email selection. | |
| EMAIL_ENV_FILE | No | Absolute path to an .env file containing the account configuration. The server loads this file and its settings override other environment variables. | |
| DEFAULT_TO_EMAIL | No | Optional default recipient for testing sends. | |
| DEFAULT_FROM_NAME | No | Default display name for sent emails. | |
| EMAIL_ACCOUNTS_JSON | No | JSON string defining named email accounts with SMTP/IMAP settings. Alternatively, use EMAIL_ENV_FILE or SMTP_HOST/SMTP_USER/SMTP_PASS. | |
| DEFAULT_EMAIL_ACCOUNT | No | Name of the default account to use when no account_name is provided. Optional if EMAIL_ACCOUNTS_JSON is set. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues