Mcp Server Tempmail
@Selenium39
Mcp Server Tempmail について
An MCP (Model Context Protocol) server for temporary email management using the ChatTempMail API.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tempmail": {
"command": "npx",
"args": [
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "your-api-key-here",
"TEMPMAIL_BASE_URL": "https://chat-tempmail.com"
}
}
}
}ツール
9获取系统中所有可用的邮箱域名
创建新的临时邮箱地址
获取账户下的所有邮箱地址
删除指定的邮箱地址
获取指定邮箱中的所有消息
获取指定消息的详细内容
删除指定的消息
获取当前的webhook配置信息
设置或更新webhook配置
概要
What is Mcp Server Tempmail?
Mcp Server Tempmail is an MCP (Model Context Protocol) server for managing temporary email addresses via the ChatTempMail API. It provides tools to create, list, and delete temporary emails and their messages, and to configure webhooks.
How to use Mcp Server Tempmail?
Obtain an API key from chat-tempmail.com, then configure your MCP client (e.g., Claude Desktop, Cursor) with the tempmail server using npx mcp-server-tempmail and set the TEMPMAIL_API_KEY and optional TEMPMAIL_BASE_URL environment variables. After restarting the client, use natural language prompts to interact with the available tools.
Key features of Mcp Server Tempmail
- Create temporary emails with configurable expiry (1 hour, 1 day, 3 days, or permanent)
- Get all available email domains from the system
- View, list, and delete email messages
- Set and retrieve webhook configuration
- Paginated listings for emails and messages
Use cases of Mcp Server Tempmail
- Receive verification emails without using a personal address
- Test registration flows that require email confirmation
- Automate email-based sign-up processes in development or testing
- Manage multiple disposable inboxes from a single API key
FAQ from Mcp Server Tempmail
How do I get an API key for Mcp Server Tempmail?
Register at chat-tempmail.com, log in, and create an API key from your profile page.
What environment variables are required?
TEMPMAIL_API_KEY is required. TEMPMAIL_BASE_URL is optional and defaults to https://chat-tempmail.com.
Can I set a permanent temporary email?
Yes, when creating an email, set expiryTime to 0 for a permanent address.
How do I paginate through messages or emails?
Use the optional cursor parameter in list_emails and get_messages; the response will contain a nextCursor for fetching the next page.
What happens to expired emails?
Emails automatically expire according to the set expiry time and are removed from the system.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
コメント