MailFlat MCP server — disposable inbox tools (create, wait_for_otp, send, ...) for Claude Desktop, Cursor, and any MCP client.
Project description
MailFlat — MCP server
Native Model Context Protocol server for
MailFlat. Gives Claude Desktop, Cursor, or any MCP client
disposable inbox tooling — create inboxes, wait for OTP codes, send DKIM-signed mail,
and clean up. Built on the mailflat Python SDK.
Run
# zero-install, isolated (recommended)
MAILFLAT_API_KEY=mf_live_… uvx mailflat-mcp
# or install it
pipx install mailflat-mcp
MAILFLAT_API_KEY=mf_live_… mailflat-mcp
Claude Desktop / Cursor config
Add to claude_desktop_config.json (or your client's MCP config):
{
"mcpServers": {
"mailflat": {
"command": "uvx",
"args": ["mailflat-mcp"],
"env": { "MAILFLAT_API_KEY": "mf_live_..." }
}
}
}
Get your API key from the MailFlat dashboard → Agents.
Tools (6)
| Tool | What it does |
|---|---|
create_inbox(prefix?, label?, retention_hours?) |
Open a disposable inbox; retention_hours capped by your plan |
list_inboxes() |
All inboxes this key can see |
read_messages(address) |
Read every message in an inbox |
wait_for_otp(address, timeout=30) |
Poll until an OTP arrives, then return it |
send_email(address, to, subject?, body?, html?) |
Send a DKIM-signed mail from the inbox |
delete_inbox(address) |
Delete the inbox and its messages |
Configuration
MAILFLAT_API_KEY— your account API key (required).MAILFLAT_API_URL— override the API base (defaulthttps://mailflat.net; for self-hosted / BYOD).
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mailflat_mcp-0.1.0.tar.gz.
File metadata
- Download URL: mailflat_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f584d0fb9d72204d7626c39a12a44a545c47baba9747e1f50164ebcc30e5cc0e
|
|
| MD5 |
ebad865cadfc39c330b4483fa830dda2
|
|
| BLAKE2b-256 |
caedce33c875b35815a024a135609e0c169df8bc78f2be2d75c28d764f83afa3
|
File details
Details for the file mailflat_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mailflat_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5223d856b3c41d17b2bf625237df0756a2a8c5f9c1508cca188c93c5499418da
|
|
| MD5 |
1bd97c650ee0f3306455076d3ecd1a69
|
|
| BLAKE2b-256 |
8c5c711a358d0783791d40e5b43a7719f3475b351ad4517433e8707c1077452b
|