MCP Directory
Back

apple-mail-fast-mcp

by s-morgan-jeffries Β· Python Β· β˜… 91

πŸ€– MCP server for Apple Mail - Manage emails with AI using Claude Desktop. Search, send, organize mail with natural language.

#apple-mail#applescript#claude#email-automation#macos#mcp#python

Install

pip install git+https://github.com/s-morgan-jeffries/apple-mail-fast-mcp.git

Auto-generated from the repo's primary language β€” check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated β€” the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "apple-mail-fast-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/s-morgan-jeffries/apple-mail-fast-mcp.git"
      ]
    }
  }
}

From the README

[](https://github.com/s-morgan-jeffries/apple-mail-fast-mcp/actions/workflows/test.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) An MCP server that provides programmatic access to Apple Mail, enabling AI assistants like Claude to read, send, search, and manage emails on macOS. > ⚠️ **Pre-1.0 β€” expect breaking changes.** The MCP tool surface (tool names, parameters, return shapes) is still evolving as the project matures. Pin to a specific version (for example, ) and review the [CHANGELOG](CHANGELOG.md) before upgrading. Grouped by lifecycle (11 read-only…
Read full README on GitHub β†’

Related communication servers