apple-mail-mcp

s-morgan-jeffries/apple-mail-mcp
★ 54 stars Python 🤖 AI/LLM Updated today
🤖 MCP server for Apple Mail - Manage emails with AI using Claude Desktop. Search, send, organize mail with natural language.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-mail-mcp": {
      "command": "uvx",
      "args": [
        "apple-mail-mcp"
      ]
    }
  }
}

Or install with pip: pip install apple-mail-mcp

Topics

apple-mailapplescriptclaudeemail-automationmacosmcppython