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

# Cursor

Connect your Standards MCP server to Cursor for brand-aware coding assistance in your editor.

***

## Connect

<Steps>
  <Step title="Copy your MCP server link">
    From the AI settings page in Standards, copy the MCP server link from the **MCP** card.
  </Step>

  <Step title="Open Cursor settings">
    In Cursor, open **Settings** → **Cursor Settings** → **Tools & MCP**.
  </Step>

  <Step title="Add the MCP server">
    Click **Add Custom MCP** to open the `mcp.json` configuration file. Add an entry to **mcpServers** with the following content, replacing \*\*YOUR\_MCP\_LINK \*\*with the link you copied:

    ```text theme={null}
        "standards": {
          "url": "YOUR_MCP_LINK"
        }
    ```
  </Step>

  <Step title="Verify the connection">
    The server should appear in the Installed MCP Servers list with a green status indicator.
  </Step>
</Steps>

***

## Usage

Once connected, Cursor's AI features (Chat, Composer, and inline edits) can access your brand guidelines. This is useful for:

* Generating styles and design tokens that match your brand
* Writing front-end components using your exact color and typography values
* Getting brand-consistent copy suggestions directly in your editor

In Cursor's chat or Composer, ask questions like:

* *"Use our brand guidelines to create a Tailwind config with our color palette."*
* *"What typography scale does our brand use? Set up the CSS."*
* *"Build a header component following our brand guidelines."*
