MCP Hub
Back to servers

mcp-server-lobstermail

MCP server for LobsterMail — gives AI agents email tools. Create inboxes, send and receive email, search messages, and manage webhooks.

glama
Updated
Mar 24, 2026

@lobsterkit/lobstermail-mcp

MCP server for LobsterMail — email for AI agents. Create real @lobstermail.ai inboxes, receive email in real-time, and send email. No API keys, no human signup, no configuration.

Quick Start

Add to your MCP config (.mcp.json, claude_desktop_config.json, .cursor/mcp.json, etc.):

{
  "mcpServers": {
    "lobstermail": {
      "command": "npx",
      "args": ["-y", "@lobsterkit/lobstermail-mcp@latest"]
    }
  }
}

On first use, an account is created automatically and your token is saved to ~/.lobstermail/token.

Tools

ToolDescription
create_inboxCreate a new @lobstermail.ai inbox with smart naming
check_inboxList recent emails — sender, subject, preview
wait_for_emailWait for an incoming email (real-time long-poll)
get_emailGet full email body in LLM-safe format
send_emailSend email (Tier 1+ only)
list_inboxesList all active inboxes
delete_inboxSoft-delete an inbox (7-day grace period)
get_accountView tier, limits, and usage

Environment Variables

VariableDescription
LOBSTERMAIL_TOKENAPI token (skips auto-signup and file persistence)

Links

LobsterKit Ecosystem

This MCP server is part of the LobsterKit multi-product ecosystem. Accounts can be linked across LobsterVault, LobsterDB, and LobsterMail using a linkToken at signup, enabling a single Stripe customer and an automatic 15% multi-product discount.

License

MIT

Reviews

No reviews yet

Sign in to write a review