Skip to main content
Glama
evamardin

Universal Email MCP Server

by evamardin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

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 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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues