Skip to content

Claude Desktop

Claude Desktop uses the same local stdio MCP config as the rest of the Axint stack. The difference is just where you paste it.

Config path

~/Library/Application Support/Claude/claude_desktop_config.json

MCP config

{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": [
        "-y",
        "@axint/compiler",
        "axint-mcp"
      ]
    }
  }
}

Restart Claude Desktop after saving the file. Once it reloads, Claude can call the full Axint tool surface: scaffold, feature generation, compile, validate, Swift validation/fix, and template browsing.

Best next step

If you want a working repo to test against immediately, start with axint-examples instead of a blank folder.