mailsink
@mailsink/mcp
Model Context Protocol-Server für MailSink — programmatische temporäre E-Mail-Postfächer für KI-Agenten und Testautomatisierung.
Stellt Ihrem Agenten acht typisierte Tools zur Verfügung, um Wegwerfadressen bereitzustellen, auf Anmelde-E-Mails zu warten, OTP-Codes und Magic Links zu extrahieren und nach getaner Arbeit aufzuräumen. Funktioniert in Claude Code, Claude Desktop, Cursor, Windsurf und jedem anderen MCP-fähigen Client.
Installation
npm install -g @mailsink/mcpOder führen Sie es über npx aus, ohne es zu installieren:
npx @mailsink/mcpRelated MCP server: mcp-imap
API-Schlüssel erhalten
Melden Sie sich unter https://mailsink.dev/app mit GitHub an.
Kopieren Sie den Schlüssel aus der einmaligen Anzeige. Speichern Sie ihn in Ihrem Passwort-Manager oder in Ihrer
.env-Datei.Exportieren Sie ihn, damit der MCP-Server ihn lesen kann:
export MAILSINK_API_KEY="msk_..."
Der kostenlose Tarif umfasst 50 Postfächer pro Monat und beinhaltet MCP. Pro ($15/Monat) und Team ($49/Monat) erhöhen das Postfach-Limit, heben die E-Mail-Größenbeschränkungen auf, verlängern die TTL und erhöhen die Anfrageraten. Siehe Preise.
Konfigurieren Sie Ihren Client
Claude Code
claude mcp add mailsink -- npx -y @mailsink/mcpClaude Desktop / Cursor / Windsurf
Fügen Sie dies zum Abschnitt mcpServers der Konfigurationsdatei des Clients hinzu:
{
"mcpServers": {
"mailsink": {
"command": "npx",
"args": ["-y", "@mailsink/mcp"],
"env": {
"MAILSINK_API_KEY": "msk_..."
}
}
}
}Starten Sie den Client neu. Sie sollten den mailsink-Server mit seinen acht Tools aufgelistet sehen.
Tools
Tool | Zweck |
| Bereitstellung einer Wegwerfadresse. Gibt |
| Auflisten der aktiven Postfächer des Kontos. |
| Blockiert bis zu |
| Extrahiert das neueste OTP aus dem Postfach (pollt bis zum Fund oder Timeout). |
| Extrahiert den neuesten Magic Link. |
| Zusammenfassungen aller Nachrichten in einem Postfach. |
| Vollständiger Inhalt einer bestimmten Nachricht nach ID. |
| Löscht ein Postfach sofort. |
Beispiel für einen Agenten-Ablauf
> Sign me up for Figma, capture the verification code, confirm, and
> tell me the plan once you're in.
[agent invokes]
create_inbox() → agent@codenotify.net
[agent fills the Figma signup form with that address]
wait_for_email(inbox_id) → blocks 30s…
→ returns email + OTP
[agent types the OTP into the Figma form]
delete_inbox(inbox_id) → cleanupKein Webhook-Gefummel. Keine IMAP-Anmeldedaten. Kein Parsen von MIME.
Umgebungsvariablen
MAILSINK_API_KEY(erforderlich) — der API-Schlüssel Ihres Kontos.MAILSINK_API_URL(optional, Standardhttps://api.mailsink.dev) — Überschreibung für selbst gehostete oder Entwicklungs-APIs.
Quelle
https://github.com/heocoi/mailsink/tree/main/mcp
Lizenz
MIT — siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseDqualityDmaintenanceAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.11MIT- Flicense-qualityBmaintenanceA minimal MCP server for reading and sending emails via IMAP/SMTP, supporting multiple accounts in a single instance with zero external dependencies.1
- AlicenseAqualityBmaintenanceMCP server for the Guerrilla Mail temporary/disposable email API. Spin up throwaway inboxes, poll for mail, and read messages from any MCP client.6151MIT
- FlicenseAqualityBmaintenanceProvides a dummy SMTP server for catching emails during development, with MCP tools to list, retrieve, and manage received messages.4
Related MCP Connectors
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
MCP server for URL shortening and management
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/heocoi/mailsink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server