Apple has released Xcode 26.3 after several weeks of testing, and the update brings built-in support for agentic coding tools such as Anthropic’s Claude Agent and OpenAI’s Codex. Developers can now connect these AI agents directly inside Xcode to assist with app development tasks, including writing code, reviewing project structure, running tests, and managing files without leaving the development environment.
With this update, Xcode supports more advanced and autonomous workflows. Developers can ask agents to create new files, analyze existing codebases, build projects, run test suites, and even capture image snapshots to verify interface changes. The integration also gives agents access to Apple’s full and updated developer documentation, which helps them produce more accurate results across the development cycle.
Apple said agents like Claude Agent and Codex can now collaborate across the entire development lifecycle, allowing developers to search documentation, explore file structures, update project settings, and validate changes through Xcode Previews while iterating through builds and fixes.
Broader Agent Support Through MCP
In addition to OpenAI and Anthropic models, Xcode 26.3 supports any compatible agent that follows the open Model Context Protocol. This means other AI tools can integrate with Xcode as long as they use the same standard, giving developers more flexibility in choosing their preferred tools.
Xcode 26.3 is available now through Apple’s developer website. While these agents can speed up repetitive tasks and help new developers get started faster, developers still need a clear understanding of their own code before shipping apps to the public.