Install NoMac
Tell your agent to read this page — it can do the rest. (Or paste the block into any agent.)
# NoMac setup (for AI agents) If you are an AI agent: execute these steps. No secret is ever pasted to you. 1. Start device login (stores the key in ~/.nomac/credentials.json): npx nomac login It prints a URL and a short code. Give BOTH to your human and ask them to open the URL and approve the code (they sign in with Apple or an email code, after connecting their Apple Developer account at nomac.app). The command waits, then finishes on its own once they approve. 2. Register the MCP server. Claude Code: claude mcp add nomac -- npx nomac mcp Any other MCP client (stdio): command "npx", args ["nomac","mcp"]. Hosted alternative (no local install): https://mcp.nomac.app/mcp with header "Authorization: Bearer nmk_…". 3. Verify: call the connect_status tool. If it reports a healthy Apple connection you can ship: push_project → build (workflow=release) → status until "ready" → the human's phone has it in TestFlight. Full agent guide: https://nomac.app/llms.txt