EmailAssistant MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EmailAssistant MCP Serversend a meeting reminder to team@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EmailAssistant MCP Server
AI-powered email assistant. Send, parse, and manage emails using natural language. MCP server with 4 tools (smart_email, parse_email_intent, send_email, email_chat). Supports SSE/stdio transport and Bearer Token authentication.
EmailAssistant - AI 邮件助手
用自然语言发邮件的智能助手。支持 GUI、API、MCP Server 三种使用方式。
功能
自然语言发邮件 — "帮我给 test@qq.com 发个会议通知" 一句话搞定
多模型意图解析 — 智谱 GLM / DeepSeek / 通义千问 / Claude / 本地规则
附件支持 — 自动识别文件路径并附加
MCP Server — 可被 Claude Code / Claude Desktop 等 AI 工具直接调用
Related MCP server: Mailbridge MCP
快速开始
方式一:Windows 本机安装
# 1. 一键安装
双击 install.bat
# 2. 编辑配置(填入 LLM API Key)
编辑 config.json
# 3. 一键启动(API + GUI)
双击 start_all.bat方式二:Docker
# 1. 准备配置
cp config.example.json config.json
# 编辑 config.json 填入 API Key
# 2. 启动
docker-compose up -d
# 3. 如需 MCP SSE 模式
docker-compose --profile mcp-sse up -d前置依赖
Python 3.10+(Windows 安装)
EmailMarketer 服务运行在
localhost:8100(用于实际发送邮件)
配置说明
编辑 config.json:
字段 | 说明 |
| 当前使用的模型: |
| 对应模型的 API Key |
| EmailMarketer API 地址(默认 |
| EmailMarketer API Key |
不想配 API Key?选择
local模式,使用本地规则解析(无需联网)。
API 接口
启动:python run_api.py(端口 8200)
方法 | 路径 | 说明 |
GET |
| 健康检查 |
POST |
| 意图解析( |
POST |
| 直接发邮件( |
POST |
| 一步到位:解析 → 发邮件或聊天回复 |
MCP Server 集成
Claude Code
在项目根目录 .mcp.json 中添加:
{
"mcpServers": {
"email-assistant": {
"command": "python",
"args": ["<路径>/EmailAssistant/run_mcp.py"],
"cwd": "<路径>/EmailAssistant",
"env": {
"EA_API_URL": "http://localhost:8200"
}
}
}
}Claude Desktop
在 claude_desktop_config.json 中添加相同配置。
MCP Tools
Tool | 说明 |
| 自然语言发邮件 |
| 仅解析意图,不发送 |
| 直接发邮件 |
| 智能聊天 |
SSE 模式
python run_mcp.py --transport sse --port 8201端口分配
服务 | 端口 |
API | 8200 |
MCP SSE | 8201 |
项目结构
EmailAssistant/
├── main.py # GUI 主程序
├── intent_parser.py # 意图解析引擎
├── email_client.py # EmailMarketer API 客户端
├── config_manager.py # 配置管理
├── config.json # 运行配置
├── config.example.json # 配置模板
├── run_api.py # FastAPI 服务
├── run_mcp.py # MCP Server
├── requirements.txt # Python 依赖
├── install.bat # Windows 一键安装
├── start_all.bat # Windows 一键启动
├── Dockerfile # Docker 镜像
└── docker-compose.yml # Docker 编排This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jhongjun1981/EmailAssistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server