Skip to main content
Connect your Standards MCP server to Claude Desktop for brand-aware conversations with live access to your guidelines.

Basics

Claude Desktop will share custom connectors with Claude on the web and the connectors can be added from the desktop application following the same process. Alternatively, a connection can be added to the desktop app without syncing it to your Claude account.

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 Claude Desktop settings

In Claude Desktop, open SettingsDeveloperEdit Config to open your claude_desktop_config.json file.
3

Add the MCP server

Add your Standards MCP server to the configuration. Replace YOUR_MCP_LINK with the link you copied:
{
  "mcpServers": {
    "standards": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "YOUR_MCP_LINK"
      ]
    }
  }
}
4

Restart Claude Desktop

Close and reopen Claude Desktop. You should see a tool icon indicating the MCP server is connected.

Usage

Once connected, Claude can access your brand guidelines on demand. You can ask questions like:
  • “What are our brand colors and their hex values?”
  • “Write social copy following our brand voice guidelines.”
  • “What are the rules for logo clearspace?”
Claude will query the relevant pages from your published guidelines to inform its response.