Skip to content

MCP Overview

The Model Context Protocol (MCP) enables AI assistants like Claude to directly access and interact with your MoMail data through a standardized interface.

MCP (Model Context Protocol) is an open standard for connecting AI assistants to data sources. With MoMail’s MCP server, Claude can:

  • Search your emails using natural language
  • Retrieve specific emails and conversation threads
  • List your mailboxes and their contents
  • Access email metadata and attachments

MoMail implements the MCP protocol using StreamableHTTP transport:

┌─────────────┐ StreamableHTTP ┌─────────────┐
│ Claude │ <───────────────────> │ MoMail MCP │
│ Desktop │ (HTTP POST) │ Server │
└─────────────┘ └─────────────┘
┌─────────────┐
│ MoMail │
│ Database │
└─────────────┘

Natural Language Search

Ask Claude to find emails using plain English queries

Thread Context

Claude can access entire conversation threads for better context

Secure Access

API key authentication with rate limiting

No Data Storage

Claude does not store your email data between sessions

MoMail exposes these MCP tools:

ToolPurpose
search_emailsFind emails using natural language or filters
get_emailRetrieve a specific email by ID
get_email_threadGet all emails in a conversation thread
list_mailboxesView all your mailboxes and their status

To use MoMail with Claude Desktop:

  1. Configure Claude Desktop with your API key
  2. Learn about available tools
  3. See example conversations

MCP requests are subject to rate limits based on your plan:

PlanRequests per Minute
Free10
Pro60
Enterprise300
  • Your API key is stored locally in Claude Desktop configuration
  • All MCP requests use HTTPS encryption
  • MoMail validates API keys on every request
  • Session data is not persisted between Claude sessions