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

# Cursor

> Add the Affixo MCP connector to Cursor in one click — no API key, no config file.

Cursor installs the connector from a link. In Affixo, open **Settings →
Developer & API → MCP server** and click **Add to Cursor**.

<Steps>
  <Step title="Click Add to Cursor">
    Cursor opens with the server pre-filled as `affixo`, pointing at
    `https://go.affixo.dev/mcp`. Confirm it.
  </Step>

  <Step title="Connect and sign in">
    Click **Connect**. Affixo opens in your browser — sign in, then choose the
    **workspace** and the **access level**:

    * **Read only** — inspect campaigns, commissions, promoters and referrals.
    * **Read & write** — also create/update campaigns, set commission rules
      (including per-product rates), configure product commissions, and invite
      affiliates.

    You must be an **admin** of the workspace to authorize a connector.
  </Step>

  <Step title="Check it loaded">
    Ask Cursor: *"List my Affixo campaigns."* If the tools don't appear, reload
    the window.
  </Step>
</Steps>

## Adding it by hand

If the link doesn't open — a remote SSH or container session, say — add it to
`.cursor/mcp.json` (or `~/.cursor/mcp.json` for every project):

```json theme={null}
{
  "mcpServers": {
    "affixo": {
      "url": "https://go.affixo.dev/mcp"
    }
  }
}
```

<Note>
  There is no API key in either path. If you find instructions telling you to
  paste an `sa_live_` key into `mcp.json`, they're out of date — the connector
  authenticates in the browser and issues a workspace-scoped token behind the
  scenes.
</Note>

Full tool catalogue and what each one can touch: [MCP Server](/mcp-server).
Installing *tracking* with Cursor instead? See [Cursor](/vibe/cursor).
