Axint

Created By
agenticempire2 months ago
Open-source TypeScript → native Swift compiler for Apple platforms. Compile App Intents, SwiftUI views, WidgetKit widgets, and full apps from TypeScript. AI agents write 5–15× less code. Includes MCP server with tools for compiling, validating, scaffolding, and templating Swift projects.
Overview

Axint MCP Server

Axint is an open-source TypeScript → native Swift compiler for Apple platforms. It lets AI agents and developers write TypeScript and compile it to production-ready Swift code for App Intents, SwiftUI views, WidgetKit widgets, and full apps.

Tools

The Axint MCP server provides 6 tools:

  • axint_compile — Compile TypeScript source code to Swift for a target Apple framework
  • axint_compile_from_schema — Compile Swift from a JSON schema definition
  • axint_validate — Validate TypeScript source before compilation
  • axint_scaffold — Generate a complete Xcode-ready Swift project from compiled output
  • axint_template — Generate starter TypeScript files from built-in templates
  • axint_list_templates — List all available templates with descriptions

Why Axint?

AI agents write 5–15× less code using TypeScript with Axint compared to writing Swift directly. The compiler handles all the Apple framework boilerplate — conformances, property wrappers, type bridging — so the agent focuses on business logic.

Quick Start

npm install -g axint

Then add to your MCP config:

{
  "mcpServers": {
    "axint": {
      "command": "axint-mcp",
      "args": []
    }
  }
}

Server Config

{
  "mcpServers": {
    "axint": {
      "command": "axint-mcp",
      "args": []
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
agenticempire
Star
-
Language
-
License
-
Category

Recommend Servers

View All