Skip to main content
Connect your Standards MCP server to Claude Code for brand-aware coding assistance in your terminal.

Connect

1

Copy your MCP server link

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

Add the MCP server

Run the following command in your terminal, replacing YOUR_MCP_LINK with the link you copied:
claude mcp add --transport http standards "YOUR_MCP_LINK"
3

Verify the connection

Start a new Claude Code session. The Standards MCP server will be available as a tool.

Usage

Once connected, Claude Code can reference your brand guidelines while writing code. This is useful for:
  • Generating CSS with your exact brand colors and typography values
  • Building components that follow your design system specifications
  • Writing copy or content that matches your brand voice
  • Reviewing code for brand consistency
Ask questions like:
  • “Create a CSS variables file using our brand colors.”
  • “Build a React component for our primary button following the brand guidelines.”
  • “What font families and weights does our brand use?”