Back to Docs

Model Context Protocol (MCP)

Connect your email inbox directly to AI clients like Claude Desktop or Cursor using the native InboxParse MCP server.

Overview

The InboxParse MCP server allows LLMs to interact with your emails securely. Instead of manually copying and pasting email content, your AI agent can search threads, read messages, and summarize conversations in real-time.

Configuration

Add the following configuration to your MCP settings file (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "inboxparse": {
      "command": "npx",
      "args": ["-y", "@inboxparse/mcp-server"],
      "env": {
        "INBOXPARSE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

  • search_threads

    Search for specific emails using semantic or keyword search.

  • get_thread

    Fetch a complete email conversation as clean Markdown.

  • list_mailboxes

    List all connected inboxes in your workspace.

  • summarize_thread

    Get an AI-generated summary of any email conversation.

Ready to scale?

Connect your first inbox and start using InboxParse with your local AI models today.