Email MCP Server
by codefuturist
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_EMAIL_ADDRESS | Yes | Email address (required) | |
| MCP_EMAIL_IMAP_TLS | No | IMAP TLS | true |
| MCP_EMAIL_PASSWORD | Yes | Password or app password (required) | |
| MCP_EMAIL_SMTP_TLS | No | SMTP TLS | true |
| MCP_EMAIL_USERNAME | No | Login username (defaults to email) | |
| MCP_EMAIL_FULL_NAME | No | Display name | |
| MCP_EMAIL_IMAP_HOST | Yes | IMAP server hostname (required) | |
| MCP_EMAIL_IMAP_PORT | No | IMAP port | 993 |
| MCP_EMAIL_SMTP_HOST | Yes | SMTP server hostname (required) | |
| MCP_EMAIL_SMTP_PORT | No | SMTP port | 465 |
| MCP_EMAIL_RATE_LIMIT | No | Max sends per minute | 10 |
| MCP_EMAIL_ACCOUNT_NAME | No | Account name | default |
| MCP_EMAIL_SMTP_STARTTLS | No | SMTP STARTTLS | false |
| MCP_EMAIL_SMTP_VERIFY_SSL | No | Verify SSL certificates | true |
| MCP_EMAIL_SMTP_POOL_ENABLED | No | Enable SMTP transport pooling | true |
| MCP_EMAIL_SMTP_POOL_MAX_MESSAGES | No | Max messages per pooled connection | 100 |
| MCP_EMAIL_SMTP_POOL_MAX_CONNECTIONS | No | Max pooled SMTP connections | 1 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codefuturist/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server