← Index

Axint

io.github.agenticempire/axint·v0.4.15·Other
Quality Score
85
/100

Compiler and repair loop for agent-built Apple apps: App Intents, SwiftUI, WidgetKit.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.axint.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": [
        "-y",
        "@axint/compiler"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": [
        "-y",
        "@axint/compiler"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @axint/compiler
Claude Desktop (uvx)
{
  "mcpServers": {
    "axint": {
      "command": "uvx",
      "args": [
        "axint"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other