Claude Code

Install UI Guideline MCP in Claude Code

Run the following command with your API key:

claude mcp add --transport http ui-guideline --scope user \  https://mcp.uiguideline.com/api/mcp \  --header "UIG_API_KEY: uig_live_YOUR_KEY_HERE"

Run /mcp inside Claude Code to confirm ui-guideline is connected.

Install with JSON

Add the following entry to ~/.claude.json and restart Claude Code:

{  "mcpServers": {    "ui-guideline": {      "type": "http",      "url": "https://mcp.uiguideline.com/api/mcp",      "headers": { "UIG_API_KEY": "uig_live_YOUR_KEY_HERE" }    }  }}