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ファイルをご覧ください。

You must be authenticated.

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

      • A
        security
        A
        license
        A
        quality
        Enables LLMs to interact with GitHub issues by providing details as tasks, allowing for seamless integration and task management through GitHub's platform.
        Last updated -
        1
        19
        9
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
        Last updated -
        9
        132
        164
        TypeScript
        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 -
        1
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A MCP server that enables LLMs to interact with iOS simulators through natural language commands.
        Last updated -
        67
        TypeScript
        Apache 2.0
        • 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