guerrillamail-mcp
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., "@guerrillamail-mcpCreate a new throwaway email and check for new messages."
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.
guerrillamail-mcp
MCP server for the Guerrilla Mail temporary/disposable email API. Spin up throwaway inboxes, poll for mail, and read messages from any MCP client — Claude Desktop, Claude Code, Cursor, or any other.
Zero config. No API key. One command.
npx -y guerrillamail-mcpWhy
Need a throwaway email inside an AI workflow — signup testing, OTP capture, scratch inbox — without leaving the agent? This wires Guerrilla Mail's disposable inboxes straight into the Model Context Protocol so your agent can create an address, watch for mail, and read it, all on its own.
Related MCP server: UnCorreoTemporal
Install & usage
Run directly with npx — no install needed:
npx -y guerrillamail-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"guerrillamail": {
"command": "npx",
"args": ["-y", "guerrillamail-mcp"]
}
}
}Claude Code CLI
claude mcp add guerrillamail -- npx -y guerrillamail-mcpTools
Tool | Description | Inputs |
| Get a new disposable address and start a session. |
|
| Set the local part of the address for the session. |
|
| Check the inbox; poll only newer mail with |
|
| Fetch the full body of one email (HTML stripped). |
|
| Delete one or more emails. |
|
| Forget the session and clear local state. | none |
Notes
Session state (
sid_token+PHPSESSIDcookie) is held in memory for the life of the process.No API key required. Uses the public Guerrilla Mail AJAX endpoint.
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
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/cv3inx/guerrillamail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server