Skip to main content
Glama

mcpxcodebuild

xcodebuild MCP 服务器

构建 iOS 工作区/项目的模型上下文协议服务器,可使用 Cline 或 Roo Code 等扩展程序实现在 Visual Studio Code 中与 iOS 项目无缝协作的工作流程。

可用工具

  • build - 构建 iOS Xcode 工作区/项目

    • folder (字符串,必需):iOS Xcode 工作区/项目所在的当前文件夹的完整路径

  • test - 针对 iOS Xcode 工作区/项目运行测试

    • folder (字符串,必需):iOS Xcode 工作区/项目所在的当前文件夹的完整路径

安装

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用uvx直接运行mcpxcodebuild

使用 PIP

或者,您可以通过 pip 安装mcpxcodebuild

pip install mcpxcodebuild

安装后,您可以使用以下命令将其作为脚本运行:

python -m mcpxcodebuild

配置

为 Claude.app 配置

添加到您的 Claude 设置:

"mcpServers": { "mcpxcodebuild": { "command": "uvx", "args": ["mcpxcodebuild"] } }
"mcpServers": { "mcpxcodebuild": { "command": "python", "args": ["-m", "mcpxcodebuild"] } }

执照

xcodebuild MCP 工具遵循 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但需遵守 MIT 许可证的条款和条件。更多详细信息,请参阅项目仓库中的 LICENSE 文件。

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

🍎 构建 iOS Xcode 工作区/项目并将错误反馈给 llm。

  1. 可用工具
    1. 安装
      1. 使用 uv(推荐)
      2. 使用 PIP
    2. 配置
      1. 为 Claude.app 配置
    3. 执照

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Enable Claude (or any other LLM) to interactively debug your code (set breakpoints and evaluate expressions in stack frame). It's language-agnostic, assuming debugger console support and valid launch.json for debugging in VSCode.
        Last updated -
        427
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        Connects to Xcode's build system to extract, parse, and display errors and warnings from your Swift projects, helping AI assistants quickly identify code issues without manually searching through build logs.
        Last updated -
        5
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        Allows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.
        Last updated -
        237
      • A
        security
        A
        license
        A
        quality
        Provides programmatic access to Xcode functionality, enabling AI assistants to create, build, test, and manage iOS/macOS projects directly.
        Last updated -
        27
        8
        2
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShenghaiWang/xcodebuild'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server