blitz-mac MCP工具 是 AI Skill Hub 本期精选MCP工具之一。已获得 1.7k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
原生macOS应用,集成Model Context Protocol实现App Store Connect自动化。支持iOS应用提交、应用商店分析、版本管理等功能。适合iOS开发者、应用运营团队提高App Store发布效率。
blitz-mac MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
原生macOS应用,集成Model Context Protocol实现App Store Connect自动化。支持iOS应用提交、应用商店分析、版本管理等功能。适合iOS开发者、应用运营团队提高App Store发布效率。
blitz-mac MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/blitzdotdev/blitz-mac
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"blitz-mac-mcp--": {
"command": "npx",
"args": ["-y", "blitz-mac"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 blitz-mac MCP工具 执行以下任务... Claude: [自动调用 blitz-mac MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"blitz-mac_mcp__": {
"command": "npx",
"args": ["-y", "blitz-mac"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Native macOS App Store Connect tool with MCP. Submit iOS apps, manage IAPs, and automate App Store submission with AI agents.
MCPに対応したmacOSネイティブのApp Store Connectツール。iOSアプリの提出・IAP管理・App Store提出プロセスの自動化をAIエージェントで実現 </p>
<br />
<br />
Blitz is a native macOS app for submitting iOS apps to App Store Connect using AI agents. It gives Claude Code (or any MCP client) full control over the iOS development lifecycle: running simulators, configuring in-app purchases, uploading screenshots, and triggering App Store review submissions, all from a single native macOS GUI.
If you are fighting App Store Connect to get your app submitted, Blitz automates the painful parts.
<p>―</p>
AIエージェントを活用してiOSアプリをApp Store Connectに提出するmacOSネイティブアプリ、Blitz。
このアプリを使えば、Claude Code(または任意のMCPクライアント)から、iOS開発ライフサイクル全体を完全に制御できます。シミュレータの実行、アプリ内課金の設定、スクリーンショットのアップロード、App Storeへの審査提出まで、すべて単一のmacOSネイティブGUIから実行できます。
App Store Connectでのアプリ提出に苦労しているなら、Blitzがその面倒な作業を自動化します。
| Features | |
|---|---|
| **App Store Connect** | Submit for review, manage versions, pricing, listings |
| **In-app purchases** | Create IAPs and subscriptions, attach to versions before submission |
| **Screenshots** | Upload all required device sizes across locales |
| **TestFlight** | Add testers, manage builds |
| **iOS Simulator** | Boot/shutdown, touch/swipe, live screen capture |
| **MCP server (~35 tools)** | Claude Code, Codex, Cursor, or any MCP client drives the full workflow |
| **[asc-cli](https://github.com/rudrankriyam/App-Store-Connect-CLI) (bundled)** | Scriptable CLI for edge-case ASC operations. Auto-installed, shared auth, available in every Blitz agent session |
Requirements: macOS 14+ · Xcode 16+ · Node.js 18+ · Go 1.26+
```bash
swift build
swift build -c release
open .build/Blitz.app
For signed builds, copy `.env.example` to `.env` and fill in your Apple Developer credentials, then run:
bash bash scripts/bundle.sh release ```
The ASC helper binary bundled into the app is built from the pinned submodule at deps/App-Store-Connect-CLI-helper. If you need to override that source during development or CI, set BLITZ_ASCD_SOURCE_DIR or point BLITZ_ASCD_PATH at a prebuilt compatible helper binary.
https://github.com/user-attachments/assets/07364d9f-f6a7-4375-acc8-b7ab46dcc60e
Blitz supports three display types: iPhone 6.7", iPad Pro 12.9", and Mac. Required pixel dimensions:
Capture screenshots from the iOS Simulator, then drag them into Blitz's screenshot track or let Claude Code manipulate slots directly with screenshots_put_track_slot, screenshots_remove_track_slot, screenshots_reorder_track, and screenshots_save.
专业的MCP实现,利用macOS原生优势提供App Store自动化方案。代码质量高,社区认可度不错,适合开发者生产环境使用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,blitz-mac MCP工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | blitz-mac |
| 原始描述 | 开源MCP工具:Native macOS App Store Connect tool with MCP. Submit iOS apps to App Store with 。⭐1.7k · Swift |
| Topics | App StoreiOS应用发布自动化工具macOS原生MCP协议 |
| GitHub | https://github.com/blitzdotdev/blitz-mac |
| License | Apache-2.0 |
| 语言 | Swift |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端