Skip to main content
Glama

mcpxcodebuild

xcodebuild MCP サーバー

Cline や Roo Code などの拡張機能を使用して Visual Studio Code で iOS プロジェクトを操作するシームレスなワークフローを可能にする iOS ワークスペース/プロジェクトを構築するモデル コンテキスト プロトコル サーバー。

利用可能なツール

  • build - iOS Xcodeワークスペース/プロジェクトをビルドする
    • folder (文字列、必須): iOS Xcodeワークスペース/プロジェクトが置かれている現在のフォルダのフルパス
  • test - iOS Xcodeワークスペース/プロジェクトのテストを実行する
    • folder (文字列、必須): iOS Xcodeワークスペース/プロジェクトが置かれている現在のフォルダのフルパス

インストール

uvの使用(推奨)

uvを使用する場合、特別なインストールは必要ありません。uvx 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 -
        423
        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 -
        374
      • 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
        13
        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