Universal Email MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 have clearly distinct purposes, but setup_email_account and configure_email_server overlap conceptually since both deal with server configuration. The descriptions help separate auto vs manual setup, so confusion is minor.
All tool names follow a consistent verb_noun snake_case pattern: send_, get_, setup_, list_, configure_, test_. This makes the toolset predictable and easy to navigate.
7 tools is well-scoped for a universal email MCP server. Each tool covers a distinct part of the email workflow—account setup, configuration, testing, sending, and reading—without unnecessary bloat.
Core email workflows are covered: sending, retrieving recent messages, reading content, and account configuration/testing. Minor gaps exist, such as search, attachments, or folder management, but the current surface supports practical usage.