Skip to main content
Glama
batsama

email-mcp-pro

by batsama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMAIL_TYPENoEmail provider type: auto, qq, 163, gmail, outlook, exmail, aliyun, sina, sohuauto
EMAIL_USERYesEmail address
EMAIL_PASSWORDYesEmail 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues