Apple has integrated Anthropic’s Claude Agent and OpenAI’s Codex in the Xcode 26.3 update, enabling agentic coding practices. This functionality allows AI agents to autonomously manage software development tasks, including code generation, project building, test execution, and visual validation. The update is now available as a release candidate for Apple Developer Program members, with a general release to follow shortly.
Core Update Features
Xcode 26.3 introduces native support for agentic coding. Developers can now directly call Anthropic’s Claude Agent and OpenAI’s Codex within the Xcode environment. These AI agents can independently analyze project file structures, generate code from natural language prompts, build projects, and run tests.
Agentic Coding Functionality
AI agents are capable of autonomously executing multi-step tasks. For example, upon receiving a command like ‘add a feature to display landmark weather in the app,’ the agent can automatically write the necessary code, compile the project, generate screenshot previews, and verify that the user interface meets design specifications. This process reduces the need for manual developer intervention.
Model Context Protocol Integration
The integration is based on the open standard Model Context Protocol (MCP) proposed by Anthropic. This protocol allows compatible AI agents to access Xcode features such as project discovery, change management, build and test execution, previews, and documentation queries. In the future, other agents that comply with the MCP standard will also be able to seamlessly integrate with Xcode.
Security and Optimization
To ensure reliability, the system automatically creates checkpoints, allowing developers to easily roll back changes made by the AI. Apple has collaborated with Anthropic and OpenAI to optimize the integration, reducing token consumption and improving tool-calling efficiency. Developers will need to connect to the respective services using API keys or account credentials. The new agents support one-click downloads and automatic updates.