Connect to Brandlight MCP

Bring your Brandlight AI-visibility data into your AI assistant. Available to existing Brandlight users — you sign in with your Brandlight account and see exactly what you see in the platform.

Server URL: https://mcp.brandlight.ai/mcp

Claude (web & desktop)

Settings → Connectors → Add custom connector, paste the server URL, then sign in to Brandlight when prompted. On Team & Enterprise plans an owner adds it under Organization settings → Connectors.

Claude Code

claude mcp add --transport http brandlight https://mcp.brandlight.ai/mcp

Then run /mcp and choose Authenticate — your browser opens the Brandlight sign-in.

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "brandlight": {
      "url": "https://mcp.brandlight.ai/mcp"
    }
  }
}

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "brandlight": {
      "type": "http",
      "url": "https://mcp.brandlight.ai/mcp"
    }
  }
}

Signing in

The first connection opens Brandlight in your browser: sign in if you aren't already, then allow the connection. Your assistant then uses your Brandlight identity — the same tenants, brands and permissions as in the platform. If it stops working, remove the stored authentication for the connector and connect again.