Skip to main content
Glama
wyccywwyc

Email Sender MCP Server

by wyccywwyc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USE_SSLNoWhether to use SSL encryption (true/false)false
USE_TLSNoWhether to use TLS encryption (true/false)false
SMTP_PORTYesSMTP port (25 for unencrypted, 587 for TLS, 465 for SSL)
SMTP_SERVERYesSMTP server address (e.g., smtp.qq.com, smtp.163.com, smtp.gmail.com, smtp-mail.outlook.com)
SENDER_EMAILYesSender email address
SENDER_PASSWORDYesSender password or authorization code (most email providers require authorization code instead of login password)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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