> ## Documentation Index
> Fetch the complete documentation index at: https://docs.backant.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install BackAnt and configure it for your coding agent or terminal.

## Quick Install

Run a single command to get started:

```bash theme={null}
npx backant@latest
```

The wizard will log you in via OAuth, detect your installed coding agents, and configure everything automatically.

<Info>
  That's it for most users. The wizard handles everything — just follow the prompts and you're done.
</Info>

***

## Choose Your Setup

<CardGroup cols={2}>
  <Card title="MCP Server" icon="server" href="/getting-started/mcp-server">
    Connect your AI coding agent to BackAnt. Supports 30+ agents including Claude Code, Cursor, Windsurf, and more.

    * Automatic setup via wizard
    * Remote server — zero local dependencies
    * Manual config for any agent
  </Card>

  <Card title="CLI" icon="square-terminal" href="/cli/installation">
    Install the `ant` CLI to scaffold and extend Flask APIs from your terminal.

    * `pip install backant-cli`
    * Requires Python 3.11+
    * Works standalone or alongside the MCP server
  </Card>
</CardGroup>

<Info>
  **Not sure which to pick?** If you use an AI coding agent like Cursor or Claude Code, start with the **MCP Server** — your agent can scaffold entire APIs for you. If you prefer the terminal, install the **CLI**.
</Info>
