@1tempmail/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., "@@1tempmail/mcp-serverGenerate a temporary email address"
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.
@1tempmail/mcp-server
MCP Server for 1TempMail — Generate temporary emails, check inboxes, and read messages via AI assistants.
Install
npm install -g @1tempmail/mcp-serverOr use directly with npx (no install needed):
npx -y @1tempmail/mcp-serverRelated MCP server: MCP Server - Temporary Email
Get Your API Key
Sign in with Google
Click "Generate API Key"
Copy your API key
Configuration
Set the 1TEMPMAIL_API_KEY environment variable:
export 1TEMPMAIL_API_KEY="your_api_key_here"Usage with AI Tools
Claude Code
Add to ~/.claude/settings.json or your project's .claude/settings.json:
{
"mcpServers": {
"1tempmail": {
"command": "npx",
"args": ["-y", "@1tempmail/mcp-server"],
"env": {
"1TEMPMAIL_API_KEY": "your_api_key_here"
}
}
}
}Cursor
Add to ~/.cursor/mcp.json or your project's .cursor/mcp.json:
{
"mcpServers": {
"1tempmail": {
"command": "npx",
"args": ["-y", "@1tempmail/mcp-server"],
"env": {
"1TEMPMAIL_API_KEY": "your_api_key_here"
}
}
}
}Other MCP-Compatible Tools (Windsurf, Cline, etc.)
Add the same server config to your tool's MCP settings file.
Tools
Tool | Description |
| Generate a new temporary email address (active for 60 minutes) |
| Retrieve all messages in the inbox for a given session token |
| Retrieve the full content of a specific message |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your 1TempMail API key |
| No |
| API base URL |
License
MIT
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/haskx/1tempmail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server