Skip to main content
Glama

Email MCP Server

by TimeCyber

send_email

Send emails to multiple recipients with optional CC, BCC, and attachments. Supports plain text and HTML content, enabling efficient email management across various providers via Email MCP Server.

Instructions

发送邮件

Input Schema

NameRequiredDescriptionDefault
attachmentsNo邮件附件列表(可选)
bccNo密送邮箱地址列表(可选)
ccNo抄送邮箱地址列表(可选)
htmlNoHTML格式邮件内容(可选)
subjectYes邮件主题
textYes纯文本邮件内容
toYes收件人邮箱地址列表

Input Schema (JSON Schema)

{ "properties": { "attachments": { "description": "邮件附件列表(可选)", "items": { "properties": { "content": { "description": "附件内容(base64编码)", "type": "string" }, "filename": { "description": "附件文件名", "type": "string" }, "path": { "description": "附件文件路径", "type": "string" } }, "type": "object" }, "type": "array" }, "bcc": { "description": "密送邮箱地址列表(可选)", "items": { "type": "string" }, "type": "array" }, "cc": { "description": "抄送邮箱地址列表(可选)", "items": { "type": "string" }, "type": "array" }, "html": { "description": "HTML格式邮件内容(可选)", "type": "string" }, "subject": { "description": "邮件主题", "type": "string" }, "text": { "description": "纯文本邮件内容", "type": "string" }, "to": { "description": "收件人邮箱地址列表", "items": { "type": "string" }, "type": "array" } }, "required": [ "to", "subject", "text" ], "type": "object" }

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/TimeCyber/email-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server