Skip to content
axintdocs

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.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@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.

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