HomeCommunication › MailFlat

MailFlat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

Python Cloud
★ 0 stars Last pushed 2026-08-23 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.9.2)

uvx mailflat-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mailflat-sdks": {
      "command": "uvx",
      "args": [
        "mailflat-mcp"
      ],
      "env": {
        "MAILFLAT_API_KEY": "<YOUR_VALUE>",
        "MAILFLAT_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAILFLAT_API_KEY required secret — MailFlat API key. Create one in the dashboard under Agents.
  • MAILFLAT_API_URL — Override the API base URL. Defaults to https://mailflat.net.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry