Quickstart

Get started with CosmetiQ-MCP in minutes

Onboarding in 5 Steps

Step 1 - Create a CosmetiQ-MCP account

Go to www.cosmetiqmcp.simulation.bio and sign up by clicking on Log-in, then Register Here.

Fill in your name, surname, company, role, and country, then use the one-time code sent to your email—no password required—to complete sign-up.

You will receive two codes—one to confirm registration and another for your first login.

Step 2 - Generate your Demo Environment Token

Click "Generate Demo Environment Token" to create your first token and unlock the full dashboard. A pop-up to copy and save your token will appear.

Step 3 - Copy and store the Demo Environment Token securely

Copy your Demo Environment token and store it somewhere secure - you’ll need this exact string to connect to the demo environment the very first time.

Remember: the copy dialog is shown only once, so make sure you save it before closing the pop-up.

Step 4 - Access the Full Dashboard

Inside the dashboard you can manage your Demo Environment token at any time:

  • Regenerate token – click Regenerate button button to create a fresh token; a one-time pop-up will appear so you can copy and store the new string.

  • Delete token – click Delete button to revoke the current token; the dashboard returns to the “Generate Demo Environment Token” screen (step 3).

Step 5 - Drop the Free Token into MCP configuration file

Open the configuration file of your favourite AI Host and replace the file’s contents with:

{
  "mcpServers": {
    "cosmetiq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "--header",
        "Authorization: Bearer YOUR_TOKEN_HERE"
      ]
    }
  }
}

– then, swap YOUR_TOKEN_HERE with the token you just copied.

Save, quit completely, then relaunch the app and reload the page.

Next Steps

Contact Us

Need help or have questions? Reach out to us:

Last updated