Mcp Server Tempmail
@Selenium39
About Mcp Server Tempmail
An MCP (Model Context Protocol) server for temporary email management using the ChatTempMail API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tempmail": {
"command": "npx",
"args": [
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "your-api-key-here",
"TEMPMAIL_BASE_URL": "https://chat-tempmail.com"
}
}
}
}Tools
9获取系统中所有可用的邮箱域名
创建新的临时邮箱地址
获取账户下的所有邮箱地址
删除指定的邮箱地址
获取指定邮箱中的所有消息
获取指定消息的详细内容
删除指定的消息
获取当前的webhook配置信息
设置或更新webhook配置
Overview
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.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
Comments