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

# Quickstart

> Step-by-step guide to connect Claude Code, Cursor, Windsurf, Google Antigravity, or any MCP client to your Trilo workspace

Get your AI coding tool connected to Trilo in a few minutes. Choose your client below for a step-by-step setup guide.

## Choose Your AI Client

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/developers/mcp/clients/claude-code">
    **Recommended** — one command with OAuth, no token needed.
  </Card>

  <Card title="Claude Desktop" icon="desktop" href="/developers/mcp/clients/claude-desktop">
    OAuth setup via config file — no token needed.
  </Card>

  <Card title="Cursor" icon="code" href="/developers/mcp/clients/cursor">
    Configure via Settings UI or `.cursor/mcp.json`.
  </Card>

  <Card title="Windsurf" icon="wind" href="/developers/mcp/clients/windsurf">
    Configure via Settings UI or config file.
  </Card>

  <Card title="Google Antigravity" icon="google" href="/developers/mcp/clients/google-antigravity">
    Configure via MCP Store raw config.
  </Card>

  <Card title="Other Clients" icon="plug" href="/developers/mcp/clients/other-clients">
    Any MCP-compatible tool using HTTP transport.
  </Card>
</CardGroup>

## How It Works

Trilo's MCP server exposes 40+ tools that let your AI tool interact with your workspace. Here's the quick version:

1. **Connect** — Add Trilo's MCP server to your AI client (OAuth or PAT)
2. **Authorize** — Grant access via browser (OAuth) or paste your token (PAT)
3. **Use** — Ask your AI tool to interact with Trilo: create tasks, read pages, send messages, and more

The server endpoint is:

```
https://api.trilo.chat/mcp
```

## Authentication Methods

| Method        | Clients                     | How It Works                                                            |
| ------------- | --------------------------- | ----------------------------------------------------------------------- |
| **OAuth 2.1** | Claude Code, Claude Desktop | Authorize in your browser — no token to manage                          |
| **PAT**       | All clients                 | Create a token in **Profile Settings** > **API**, pass as Bearer header |

<Tip>
  **Use OAuth when your client supports it.** It's more secure and easier to manage — no tokens to store or rotate.
</Tip>

## Need Help?

If you run into issues, check the troubleshooting section on your client's setup page, or reach out at [support@trilo.chat](mailto:support@trilo.chat).
