Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_EMAIL_SERVER_IMAP_SSL | No | Enable IMAP SSL | true |
| MCP_EMAIL_SERVER_PASSWORD | Yes | Email password | |
| MCP_EMAIL_SERVER_SMTP_SSL | No | Enable SMTP SSL | true |
| MCP_EMAIL_SERVER_FULL_NAME | No | Display name | |
| MCP_EMAIL_SERVER_IMAP_HOST | Yes | IMAP server host | |
| MCP_EMAIL_SERVER_IMAP_PORT | No | IMAP server port | 993 |
| MCP_EMAIL_SERVER_SMTP_HOST | Yes | SMTP server host | |
| MCP_EMAIL_SERVER_SMTP_PORT | No | SMTP server port | 465 |
| MCP_EMAIL_SERVER_USER_NAME | No | Login username (defaults to same as email address if not provided) | |
| MCP_EMAIL_SERVER_ACCOUNT_NAME | No | Account identifier | default |
| MCP_EMAIL_SERVER_SAVE_TO_SENT | No | Save sent emails to IMAP Sent folder | true |
| MCP_EMAIL_SERVER_EMAIL_ADDRESS | Yes | Email address | |
| MCP_EMAIL_SERVER_IMAP_PASSWORD | No | IMAP password (for separate IMAP/SMTP credentials) | |
| MCP_EMAIL_SERVER_SMTP_PASSWORD | No | SMTP password (for separate IMAP/SMTP credentials) | |
| MCP_EMAIL_SERVER_IMAP_USER_NAME | No | IMAP username (for separate IMAP/SMTP credentials) | |
| MCP_EMAIL_SERVER_SMTP_START_SSL | No | Enable STARTTLS | false |
| MCP_EMAIL_SERVER_SMTP_USER_NAME | No | SMTP username (for separate IMAP/SMTP credentials) | |
| MCP_EMAIL_SERVER_SENT_FOLDER_NAME | No | Custom Sent folder name (auto-detect if not set) | |
| MCP_EMAIL_SERVER_ENABLE_ATTACHMENT_DOWNLOAD | No | Enable attachment download | false |
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 | |