email-mcp-pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMAIL_TYPE | No | Email provider type: auto, qq, 163, gmail, outlook, exmail, aliyun, sina, sohu | auto |
| EMAIL_USER | Yes | Email address | |
| EMAIL_PASSWORD | Yes | Email password or client authorization code |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailC | 发送邮件 |
| get_recent_emailsC | 获取最近三天的邮件列表 |
| get_email_contentA | 获取指定邮件的详细内容 |
| setup_email_accountC | 设置邮箱账号(自动识别邮箱类型并配置服务器) |
| list_supported_providersA | 列出支持的邮箱提供商 |
| configure_email_serverB | 手动配置邮箱服务器设置(高级用户使用) |
| test_email_connectionC | 测试邮箱服务器连接 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools target distinct actions like sending, retrieving, listing, and testing. setup_email_account and configure_email_server have some overlap, but their automatic vs manual distinction in the descriptions helps clarify their boundaries.
All tool names follow a consistent verb_noun snake_case pattern, such as send_email, get_recent_emails, and list_supported_providers. This makes the tool set predictable and easy to navigate.
Seven tools is a well-scoped size for an email MCP server, covering account setup, connection testing, sending, and retrieval. Each tool serves a clear functional role without unnecessary bloat.
The set covers the core email workflows: account configuration, connectivity testing, sending, and reading recent messages. Minor gaps exist such as no search, attachment handling, or message deletion, but they are workarounds rather than critical dead ends.