Skip to main content
Glama

Email MCP Server

by TimeCyber

configure_email_server

Configure SMTP and IMAP server settings for email accounts, including host, port, SSL options, and authentication, enabling advanced email management within the Email MCP Server.

Instructions

手动配置邮箱服务器设置(高级用户使用)

Input Schema

NameRequiredDescriptionDefault
imapHostNoIMAP服务器地址
imapPortNoIMAP端口
imapSecureNo是否使用SSL
passwordYes邮箱密码或授权码
smtpHostNoSMTP服务器地址
smtpPortNoSMTP端口
smtpSecureNo是否使用SSL
userYes邮箱账号

Input Schema (JSON Schema)

{ "properties": { "imapHost": { "description": "IMAP服务器地址", "type": "string" }, "imapPort": { "description": "IMAP端口", "type": "number" }, "imapSecure": { "description": "是否使用SSL", "type": "boolean" }, "password": { "description": "邮箱密码或授权码", "type": "string" }, "smtpHost": { "description": "SMTP服务器地址", "type": "string" }, "smtpPort": { "description": "SMTP端口", "type": "number" }, "smtpSecure": { "description": "是否使用SSL", "type": "boolean" }, "user": { "description": "邮箱账号", "type": "string" } }, "required": [ "user", "password" ], "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