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

Connect

1

Copy your MCP server link

From the AI settings page in Standards, copy the MCP server link from the MCP card.
2

Open Cursor settings

In Cursor, open SettingsCursor SettingsTools & MCP.
3

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:
    "standards": {
      "url": "YOUR_MCP_LINK"
    }
4

Verify the connection

The server should appear in the Installed MCP Servers list with a green status indicator.

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