MobileBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-mobilebuildmcp-bba1d410d975 ,按照其中的说明把「io.github.getsentry/mobilebuildmcp」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.getsentry/mobilebuildmcp",
"description": "MobileBuildMCP provides tools for Xcode project management, simulator management, and app utilities.",
"repository": {
"url": "https://github.com/getsentry/MobileBuildMCP",
"source": "github",
"id": "945551361"
},
"version": "2.7.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mobilebuildmcp",
"version": "2.7.1",
"transport": {
"type": "stdio"
},
"runtimeHint": "npx",
"environmentVariables": [
{
"name": "INCREMENTAL_BUILDS_ENABLED",
"description": "Enable experimental xcodemake incremental builds (true/false or 1/0).",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false",
"1",
"0"
]
},
{
"name": "MOBILEBUILDMCP_ENABLED_WORKFLOWS",
"description": "Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery').",
"format": "string",
"default": ""
},
{
"name": "MOBILEBUILDMCP_SENTRY_DISABLED",
"description": "Disable Sentry error reporting (preferred flag).",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
]
},
{
"name": "MOBILEBUILDMCP_DEBUG",
"description": "Enable verbose debug logging from the server.",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
]
}
]
}
]
}