MCP.so
登录
服务器

XcodeBuildMCP

@cameroncooke

A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "XcodeBuildMCP": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuildmcp@latest",
        "init"
      ]
    }
  }
}

来自「其他」的更多内容