Claude Code Setup
Connect Augent to Claude Code so Claude can download, transcribe, and search audio natively.
macOS
The install script configures MCP automatically. No manual setup needed.
Windows (manual setup)
Add Augent to Claude Code:
claude mcp add augent -s user -- python -m augent.mcpOr for Claude Desktop, edit your claude_desktop_config.json:
{
"mcpServers": {
"augent": {
"command": "python",
"args": ["-m", "augent.mcp"]
}
}
}Verify
Run /mcp in Claude Code. You should see augent listed with its tools available.
Last updated on