> ## 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.

# MCP Client Setup

> Connect Augent to any MCP-compatible client — Cursor, Windsurf, VS Code, Cline, and more.

Augent is an MCP server. Any client that supports the [Model Context Protocol](https://modelcontextprotocol.io) gets direct access to all tools — no plugins, no adapters.

For dedicated setup guides, see [Claude Code](/getting-started/claude-code-setup), [Codex](/getting-started/codex-setup), or [OpenClaw](/getting-started/openclaw-setup).

For any other MCP client, add Augent to your MCP config:

```json theme={null}
{
  "mcpServers": {
    "augent": {
      "command": "augent-mcp"
    }
  }
}
```

The config file location depends on your client. Common locations:

| Client      | Config file                                        |
| ----------- | -------------------------------------------------- |
| Claude Code | `~/.claude.json` (global) or `.mcp.json` (project) |
| Cursor      | `.cursor/mcp.json`                                 |
| Windsurf    | `~/.codeium/windsurf/mcp_config.json`              |
| VS Code     | `.vscode/mcp.json`                                 |

After adding the config, restart your client and verify the connection. All Augent tools will be available immediately.
