email-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_FROM | Yes | Sender email address | |
| SMTP_HOST | Yes | SMTP server hostname, e.g., smtp.gmail.com | |
| SMTP_PASS | Yes | SMTP auth password (app password) | |
| SMTP_PORT | No | SMTP server port, default 587 | 587 |
| SMTP_USER | Yes | SMTP auth username (email address) | |
| SMTP_SECURE | No | Use SSL/TLS? false for STARTTLS, default false | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_simple_emailB | Send a simple email. |
| send_custom_emailA | Send a custom email with full configuration options. |
| test_smtp_connectionA | Test SMTP connection. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| compose_email | Generate an email draft from intent, recipient name, and tone. Args: intent: What the email should communicate recipient_name: Name of the recipient tone: Desired tone (professional, casual, formal) |
| compose_reply | Generate a reply to an existing email. Args: original_email: The email being replied to intent: What the reply should communicate tone: Desired tone (professional, casual, formal) |
| compose_followup | Generate a follow-up email when no response has been received. Args: original_context: Context of the original message days_since: How long since the original was sent tone: Desired tone (professional, casual, formal) |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| config_status | Current SMTP configuration status (never exposes passwords). |
| providers | List of supported email providers with configuration details. |
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/egyptianego17/email-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server