MCP|苹果官方 Xcode MCP 工具
2026 年 2 月 3 日,苹果宣布在 Xcode 26.3 中正式引入 Claude Agent —— 这和 26.0 中只能 Chat 模式不一样,这次可以使用完成的 Agent 代理模式:
Xcode 26.3 unlocks the power of agentic coding
Xcode 26.3 introduces support for agentic coding, a new way in Xcode for developers to build apps, powered by coding agents from Anthropic and OpenAI.

除了在 Xcode 中支持 Agent 模式之外,还有一个隐藏的重磅更新 —— Apple 官方的 Xcode MCP 工具!这意味着我们可以在 Claude Code 中直接通过 MCP 控制 Xcode!
安装 Claude Code MCP
// User 级别
claude mcp add -s user --transport stdio xcode -- xcrun mcpbridge安装到 Gemini CLI
gemini mcp add xcode-tools xcrun mcpbridge --scope user安装到 antigravity
"xcode-tools": {
"command": "xcrun",
"args": [
"mcpbridge"
]
}启用 Xcode Tools

Xcode 中会有提示:

授权之后,在 Claude Code 中应该就可以看到 tools 列表:


Comments ()