> mcp // email & communications
Temp Mail
for AI.
Disposable email addresses for testing and verification
// what it is
Testing anything that involves email (signup flows, verification emails, notification triggers) means you need an inbox you can spin up and throw away. This server creates disposable addresses on demand, captures inbound messages, and lets your AI assistant read them, so you can verify an entire email-dependent flow without cluttering a real inbox or waiting for a test account to be set up.
GOOD FOR // Developers and QA testers who need to verify email-triggered flows (sign-ups, password resets, booking confirmations) without using real inboxes or manual test accounts.
// what you can do
Create disposable addresses
Spin up a temporary email address with a configurable lifespan. Use it for a 5-minute test or keep it alive for days: set the TTL to match the job.
Read inbound messages
List all messages that have arrived for an address, then read any individual message in plain text, HTML, or full raw format, including attachments.
Manage address lifecycle
List active addresses, check their details, extend the expiry when you need more time, or delete them when the test is done.
// try asking
Create a temp email address that lasts 2 hours and sign up for the staging site with it.
Check the inbox for test-xyz@temp.mcpserver.au. Has the confirmation email arrived?
Read the verification email that just came in and give me the code.
Delete the temp address we used for the last test run.
// the full toolset
create_address Create temp email address with configurable TTL list_messages List messages for an address read_message Read individual message (text/html/full) manage_address list, info, extend, delete // connect
Works with Claude (Code, Desktop, claude.ai), and any MCP-compatible client. OAuth on first connect: no keys to paste.
claude mcp add --transport http temp-mail-mcp https://temp-email.mcpserver.au/mcp claude.ai: Settings → Connectors → Add connector → https://temp-email.mcpserver.au/mcp
// more in email & communications
SMTP2Go
Email delivery API for AI agents - send emails, manage templates, track statistics.
Axigen
Email server administration with folder management, filters, and account security..
Twilio
Communication APIs: SMS messages, voice calls, and messaging services.
Slack
Team messaging: channels, messages, users, and workspace management.
Mailchimp
Email marketing management for AI agents.
Spam Filter
Centralised form submission spam filtering with AI-powered content analysis, email reputation checks, and business context matching..