Email Sender MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_SSL | No | Whether to use SSL encryption (true/false) | false |
| USE_TLS | No | Whether to use TLS encryption (true/false) | false |
| SMTP_PORT | Yes | SMTP port (25 for unencrypted, 587 for TLS, 465 for SSL) | |
| SMTP_SERVER | Yes | SMTP server address (e.g., smtp.qq.com, smtp.163.com, smtp.gmail.com, smtp-mail.outlook.com) | |
| SENDER_EMAIL | Yes | Sender email address | |
| SENDER_PASSWORD | Yes | Sender password or authorization code (most email providers require authorization code instead of login password) |
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_email | 发送简单邮件(单个收件人,无附件) Args: receiver_email: 收件人邮箱地址 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式 Returns: 发送结果信息 |
| send_email | 发送完整邮件(支持多个收件人、附件、CC、BCC) Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容(纯文本或HTML) content_type: 内容类型,'plain' 表示纯文本,'html' 表示HTML格式 attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选) Returns: 发送结果信息 |
| send_email_with_custom_config | 使用自定义SMTP配置发送邮件 Args: receiver_emails: 收件人邮箱地址列表 subject: 邮件主题 content: 邮件内容 smtp_server: SMTP服务器地址(如:smtp.qq.com, smtp.gmail.com) smtp_port: SMTP端口(25/465/587) sender_email: 发件人邮箱 sender_password: 发件人密码或授权码 content_type: 内容类型,'plain' 或 'html' use_tls: 是否使用TLS(端口587通常需要) use_ssl: 是否使用SSL(端口465通常需要) attachments: 附件文件路径列表(可选) cc_emails: 抄送邮箱地址列表(可选) bcc_emails: 密送邮箱地址列表(可选) Returns: 发送结果信息 |
| get_smtp_configs | 获取常用邮箱的SMTP配置信息 Returns: 常用邮箱SMTP配置信息(JSON格式) |
| get_current_config | 获取当前使用的SMTP配置(从环境变量读取) Returns: 当前配置信息 |
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/wyccywwyc/emailMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server