[GH-ISSUE #76] 为moemail用户提供增强功能的MCP服务器 #54

Open
opened 2026-02-26 12:17:42 +03:00 by kerem · 0 comments
Owner

Originally created by @Selenium39 on GitHub (Sep 8, 2025).
Original GitHub issue: https://github.com/beilunyang/moemail/issues/76

👋 大家好!我开发了一个与moemail兼容的MCP(模型上下文协议)服务器,可以为您的临时邮箱服务增加MCP集成功能。

功能特性

邮箱管理

  • 获取可用域名
  • 创建临时邮箱
  • 查看邮箱列表
  • 删除邮箱

消息管理

  • 获取邮箱消息列表
  • 查看消息详细内容
  • 删除消息

Webhook配置

  • 获取Webhook配置
  • 设置Webhook配置

快速开始

{
  "mcpServers": {
    "tempmail": {
      "command": "npx",
      "args": ["mcp-server-tempmail"],
      "env": {
        "TEMPMAIL_API_KEY": "your-api-key-here",
        "TEMPMAIL_BASE_URL": "https://your-moemail-domain.com"
      }
    }
  }
}

了解更多

Originally created by @Selenium39 on GitHub (Sep 8, 2025). Original GitHub issue: https://github.com/beilunyang/moemail/issues/76 👋 大家好!我开发了一个与moemail兼容的MCP(模型上下文协议)服务器,可以为您的临时邮箱服务增加MCP集成功能。 ## 功能特性 ### 邮箱管理 - ✅ 获取可用域名 - ✅ 创建临时邮箱 - ✅ 查看邮箱列表 - ✅ 删除邮箱 ### 消息管理 - ✅ 获取邮箱消息列表 - ✅ 查看消息详细内容 - ✅ 删除消息 ### Webhook配置 - ✅ 获取Webhook配置 - ✅ 设置Webhook配置 ### 快速开始 ```json { "mcpServers": { "tempmail": { "command": "npx", "args": ["mcp-server-tempmail"], "env": { "TEMPMAIL_API_KEY": "your-api-key-here", "TEMPMAIL_BASE_URL": "https://your-moemail-domain.com" } } } } ``` ### 了解更多 - [GitHub仓库](https://github.com/Selenium39/mcp-server-tempmail) - [NPM包](https://www.npmjs.com/package/mcp-server-tempmail) - [ChatTempMail](https://chat-tempmail.com)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moemail#54
No description provided.