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

# Claude Code Setup

> Connect Augent to Claude Code so Claude can download, transcribe, and search audio natively.

## macOS / Linux

The install script configures MCP automatically. No manual setup needed.

## Windows (manual setup)

Add Augent to Claude Code:

```bash theme={null}
claude mcp add augent -s user -- augent-mcp
```

If `augent-mcp` isn't found, use the fallback:

```bash theme={null}
claude mcp add augent -s user -- python -m augent.mcp
```

## Verify

Run `/mcp` in Claude Code. `augent` appears with all 21 tools.

## Skill (optional)

Install the Augent skill to teach Claude the best workflows for note-taking, translation, search, tagging, and more. Without it, Claude can call the tools but won't know the optimal patterns.

```bash theme={null}
mkdir -p ~/.claude/skills/augent
curl -o ~/.claude/skills/augent/SKILL.md \
  https://raw.githubusercontent.com/AugentDevs/Augent/main/skills/augent/SKILL.md
```

Works globally across all projects. One install, every conversation benefits.

***

<CardGroup cols={1}>
  <Card title="OpenClaw Setup" icon="lobster" href="/getting-started/openclaw-setup">
    The full Augent pipeline on every platform OpenClaw supports
  </Card>
</CardGroup>
