Skip to main content
Glama

Email MCP Server

by TimeCyber

setup_email_account

Configure and set up email accounts by automatically detecting email providers or specifying them manually to integrate with Email MCP Server for AI-managed email functionalities.

Instructions

设置邮箱账号(自动识别邮箱类型并配置服务器)

Input Schema

NameRequiredDescriptionDefault
emailYes邮箱地址(如 user@qq.com)
passwordYes邮箱密码或授权码
providerNo邮箱提供商(可选,不填写则自动识别)

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "邮箱地址(如 user@qq.com)", "type": "string" }, "password": { "description": "邮箱密码或授权码", "type": "string" }, "provider": { "description": "邮箱提供商(可选,不填写则自动识别)", "enum": [ "qq", "163", "gmail", "outlook", "exmail", "aliyun", "sina", "sohu" ], "type": "string" } }, "required": [ "email", "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