AI Skill Hub 推荐使用:苹果原生AI编码执行层 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
为AI编码助手提供Apple原生执行层,支持代码编译、验证、修复等功能。面向Mac开发者和AI代理开发者,通过MCP协议实现深度集成,提升Apple生态内的AI代码生成质量。
苹果原生AI编码执行层 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为AI编码助手提供Apple原生执行层,支持代码编译、验证、修复等功能。面向Mac开发者和AI代理开发者,通过MCP协议实现深度集成,提升Apple生态内的AI代码生成质量。
苹果原生AI编码执行层 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/agenticempire/axint
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"----ai-----": {
"command": "npx",
"args": ["-y", "axint"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 苹果原生AI编码执行层 执行以下任务... Claude: [自动调用 苹果原生AI编码执行层 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"____ai_____": {
"command": "npx",
"args": ["-y", "axint"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="docs/assets/mark-dark.svg" alt="Axint mark" width="52" height="52" valign="middle" /> <img src="docs/assets/wordmark-dark.svg" alt="Axint" height="32" valign="middle" /> </p>
<p align="center"> <strong>Axint is the Apple-native execution layer for AI coding agents.</strong> </p>
<p align="center"> Describe App Intents, SwiftUI views, widgets, and app shells in TypeScript, Python, JSON, or the preview <code>.axint</code> surface.<br> Axint emits ordinary Swift, validates Apple-specific rules, and gives agents a repair packet when something needs work. </p>
<p align="center"> <a href="https://www.npmjs.com/package/@axint/compiler"><img src="https://img.shields.io/npm/v/@axint/compiler?color=f05138&label=npm" alt="npm" /></a> <a href="https://github.com/agenticempire/axint/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License" /></a> <a href="https://github.com/agenticempire/axint/actions/workflows/ci.yml"><img src="https://github.com/agenticempire/axint/actions/workflows/ci.yml/badge.svg" alt="CI" /></a> <a href="https://glama.ai/mcp/servers/agenticempire/axint"><img src="https://glama.ai/mcp/servers/agenticempire/axint/badges/score.svg" alt="axint MCP server" /></a> <a href="https://axint.ai"><img src="https://img.shields.io/badge/playground-axint.ai-7c3aed" alt="Playground" /></a> </p>
<p align="center"> <a href="https://axint.ai">Website</a> · <a href="https://axint.ai/#playground">Playground</a> · <a href="#create-the-apple-day-agent-starter">Create App</a> · <a href="#quick-start">Quick Start</a> · <a href="#mcp-server">MCP Server</a> · <a href="https://docs.axint.ai">Docs</a> · <a href="https://registry.axint.ai">Registry</a> </p>
<p align="center"> <img src="media/intro.gif" alt="axint loop — compile, validate, fix packet, repair, ship" width="640" /> </p>
---
Current priorities — full roadmap in ROADMAP.md:
IntentDialog + richer Apple parameter types---
---
axint compile my-intent.ts --out ios/Intents/
Extensions for Claude Code, Claude Desktop, Codex, VS Code / Cursor, Windsurf, JetBrains, Neovim, and Xcode.
---
创意方向新颖,填补Apple生态AI编码的空白。MCP框架规范,代码质量有保障。但社区活跃度需提升。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,苹果原生AI编码执行层 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | axint |
| 原始描述 | 开源MCP工具:Apple-native execution layer for AI coding agents: compile, validate, repair, an。⭐8 · TypeScript |
| Topics | MCPAI代理代码生成苹果开发编译器 |
| GitHub | https://github.com/agenticempire/axint |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端