Skip to content
Grok

Apple Mail MCP for Grok

io.github.imdinu/apple-mail-mcp

Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes.

client:Grok transport:stdio runtime:pypi

Install Apple Mail MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Apple Mail MCP in other clients