iflow-mcp_mcpxcodebuild


Nameiflow-mcp_mcpxcodebuild JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummaryA MCP tool that builds iOS Xcode workspace/project and send error back. It also helps to run test and feed the error back to llm.
upload_time2025-10-28 08:19:48
maintainerNone
docs_urlNone
authorTim Wang
requires_python>=3.13
licenseMIT
keywords xcode automation http ios llm mcp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xcodebuild MCP Server

A Model Context Protocol server that builds iOS workspace/project that enables seamless workflow working with iOS projects in Visual Studio Code using extensions like Cline or Roo Code.

[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/ShenghaiWang/xcodebuild)](https://archestra.ai/mcp-catalog/shenghaiwang__xcodebuild)
<a href="https://glama.ai/mcp/servers/5ibnbzxmql">
  <img width="380" height="200" src="https://glama.ai/mcp/servers/5ibnbzxmql/badge" alt="mcpxcodebuild MCP server" />
</a>

### Available Tools

- `build` - Build iOS Xcode workspace/project
    - `folder` (string, required): The full path of the current folder that the iOS Xcode workspace/project sits
- `test` - Run test for iOS Xcode workspace/project
    - `folder` (string, required): The full path of the current folder that the iOS Xcode workspace/project sits

## Installation


### Using uv (recommended)

When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will
use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcpxcodebuild*.

### Using PIP

Alternatively you can install `mcpxcodebuild` via pip:

```
pip install mcpxcodebuild
```

After installation, you can run it as a script using:

```
python -m  mcpxcodebuild
```

## Configuration

### Configure for Claude.app

Add to your Claude settings:

<details>
<summary>Using uvx</summary>

```json
"mcpServers": {
  "mcpxcodebuild": {
    "command": "uvx",
    "args": ["mcpxcodebuild"]
  }
}
```
</details>

<details>
<summary>Using pip installation</summary>

```json
"mcpServers": {
  "mcpxcodebuild": {
    "command": "python",
    "args": ["-m", "mcpxcodebuild"]
  }
}
```
</details>


## License

xcodebuild MCP tool is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iflow-mcp_mcpxcodebuild",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "Tim Wang <overocean@gmail.com>",
    "keywords": "Xcode, automation, http, iOS, llm, mcp",
    "author": "Tim Wang",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6f/fd/b13d023d426f287965bc0c43056a271e4924e4c67af0927d64f85852a049/iflow_mcp_mcpxcodebuild-0.10.0.tar.gz",
    "platform": null,
    "description": "# xcodebuild MCP Server\n\nA Model Context Protocol server that builds iOS workspace/project that enables seamless workflow working with iOS projects in Visual Studio Code using extensions like Cline or Roo Code.\n\n[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/ShenghaiWang/xcodebuild)](https://archestra.ai/mcp-catalog/shenghaiwang__xcodebuild)\n<a href=\"https://glama.ai/mcp/servers/5ibnbzxmql\">\n  <img width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/5ibnbzxmql/badge\" alt=\"mcpxcodebuild MCP server\" />\n</a>\n\n### Available Tools\n\n- `build` - Build iOS Xcode workspace/project\n    - `folder` (string, required): The full path of the current folder that the iOS Xcode workspace/project sits\n- `test` - Run test for iOS Xcode workspace/project\n    - `folder` (string, required): The full path of the current folder that the iOS Xcode workspace/project sits\n\n## Installation\n\n\n### Using uv (recommended)\n\nWhen using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will\nuse [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcpxcodebuild*.\n\n### Using PIP\n\nAlternatively you can install `mcpxcodebuild` via pip:\n\n```\npip install mcpxcodebuild\n```\n\nAfter installation, you can run it as a script using:\n\n```\npython -m  mcpxcodebuild\n```\n\n## Configuration\n\n### Configure for Claude.app\n\nAdd to your Claude settings:\n\n<details>\n<summary>Using uvx</summary>\n\n```json\n\"mcpServers\": {\n  \"mcpxcodebuild\": {\n    \"command\": \"uvx\",\n    \"args\": [\"mcpxcodebuild\"]\n  }\n}\n```\n</details>\n\n<details>\n<summary>Using pip installation</summary>\n\n```json\n\"mcpServers\": {\n  \"mcpxcodebuild\": {\n    \"command\": \"python\",\n    \"args\": [\"-m\", \"mcpxcodebuild\"]\n  }\n}\n```\n</details>\n\n\n## License\n\nxcodebuild MCP tool is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A MCP tool that builds iOS Xcode workspace/project and send error back. It also helps to run test and feed the error back to llm.",
    "version": "0.10.0",
    "project_urls": null,
    "split_keywords": [
        "xcode",
        " automation",
        " http",
        " ios",
        " llm",
        " mcp"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30aaaaf9afed37d36fd2c0f5a904279cb7c6259236faef42d98e40395d6627a8",
                "md5": "baf1dbdedaa3e3e56891158e9eaf0a2b",
                "sha256": "adf32ef09aa03b042e124f15586bf29579475e8ec1bae4badd09c8f2d437465b"
            },
            "downloads": -1,
            "filename": "iflow_mcp_mcpxcodebuild-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "baf1dbdedaa3e3e56891158e9eaf0a2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 5310,
            "upload_time": "2025-10-28T08:19:46",
            "upload_time_iso_8601": "2025-10-28T08:19:46.840519Z",
            "url": "https://files.pythonhosted.org/packages/30/aa/aaf9afed37d36fd2c0f5a904279cb7c6259236faef42d98e40395d6627a8/iflow_mcp_mcpxcodebuild-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ffdb13d023d426f287965bc0c43056a271e4924e4c67af0927d64f85852a049",
                "md5": "767664bc125ddea3965bd3590a550654",
                "sha256": "9274602b9ded95b0a232dedb239ca826e2f0e40db6054de28962b67c2df06220"
            },
            "downloads": -1,
            "filename": "iflow_mcp_mcpxcodebuild-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "767664bc125ddea3965bd3590a550654",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 13864,
            "upload_time": "2025-10-28T08:19:48",
            "upload_time_iso_8601": "2025-10-28T08:19:48.153873Z",
            "url": "https://files.pythonhosted.org/packages/6f/fd/b13d023d426f287965bc0c43056a271e4924e4c67af0927d64f85852a049/iflow_mcp_mcpxcodebuild-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 08:19:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iflow-mcp_mcpxcodebuild"
}
        
Elapsed time: 4.09323s