Live · 29 tools

Claivra in your agent.
Bring your brand to every AI tool.

Connect Claivra to Claude, Cursor, or any MCP-capable client. Generate ad creatives, edit images, manage brand kits, and ship client review shares - all from inside your agent.

~/.claude.json
{
  "mcpServers": {
    "claivra": {
      "type": "http",
      "url": "https://claivra.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ck_live_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Why MCP

Skip the context-switching tax.

You shouldn't have to leave the conversation to make an ad. Your agent already knows the brand, the audience, the angle. MCP lets it execute on Claivra directly.

Native to your workflow

Talk to your coding assistant. It generates the ad. No tab switch, no copy-paste, no re-explaining the brief.

Same brand kits & profiles

Every tool reads from the same Claivra account - your brand colors, logo, and niche profiles apply automatically.

Production-ready output

Generated images land in your media library, ready to bundle into shares or edit further. Nothing throwaway.

Quick start

60 seconds to your first generation.

1

Generate an API key

Open /dashboard/api-keys and create a key. Copy it - you only see it once.
2

Add the MCP server to your client

Most clients take a generic MCP block like this:

{
  "mcpServers": {
    "claivra": {
      "url": "https://claivra.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ck_live_xxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Need the exact setup for your tool? Pick your client below - Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, or ChatGPT.

3

Restart your client and start asking

Example prompts to try:

  • "Scan https://example.com and create a brand kit"
  • "Generate 5 ad concepts for my Plug Motors brand, both Square and Google Ad sizes"
  • "Remove the location text from the EV Trio square ad in my latest share"

Set up your client

Pick your tool. Copy the config.

Claivra works in every MCP-capable client. Choose yours for the exact, copy-paste setup - or grab the config straight from the generator below.

Stays in your browser - it's inserted into the snippet locally, never sent anywhere.

Add this to your config

claude_desktop_config.json
{
  "mcpServers": {
    "claivra": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://claivra.com/api/mcp",
        "--header",
        "Authorization: Bearer ck_live_YOUR_KEY"
      ]
    }
  }
}

Replace ck_live_YOUR_KEY with a key from your dashboard.

Set up Claude Desktop

  1. 1

    Open the config file

    In Claude Desktop go to Settings → Developer → Edit Config. That opens claude_desktop_config.json in your editor.

  2. 2

    Paste the Claivra server block

    Add the snippet above (merge it into any existing mcpServers), replacing ck_live_YOUR_KEY with the key from your dashboard.

  3. 3

    Fully restart Claude Desktop

    Quit from the menu bar (not just close the window) and reopen - the app only reads the config on a cold start.

  4. 4

    Confirm the tools loaded

    Open a chat and try "List my Claivra brands" - you should see the Claivra tools available.

Note: Claude Desktop's built-in custom connector uses OAuth, so a Bearer API key is wired through the npx mcp-remote bridge (requires Node.js installed). If you prefer the native connector, add it under Settings → Connectors instead.

Example flow

20 ads, one conversation.

A real client workflow ported to MCP. No app-switching, no copy-paste, no losing context between steps.

  1. 1

    Scan the client's website

    scan_brand_from_url

    Agent extracts colors, fonts, voice, logo from sellwithcrump.com.

  2. 2

    Create the brand kit

    create_brand

    Persist the extracted spec - every future call can reference it by ID.

  3. 3

    Run AI web research

    research_url

    Pulls business model, audience, USPs, and conversion hooks.

  4. 4

    Get 10 creative directions

    generate_idea_seeds

    Agent surfaces 10 angles so you can pick the strongest ones to develop.

  5. 5

    Generate 10 ad concepts

    generate_concepts_from_research

    Full image prompts + headlines + CTAs from the chosen ideas.

  6. 6

    Render 2 variants × 10 concepts

    generate_image (×20)

    20 production-ready 1:1 ads, all with the brand kit baked in.

  7. 7

    Bundle into a client share

    create_share

    One URL the client can open without an account. 30-day TTL.

  8. 8

    Client asks for tweaks → revise in place

    edit_image + revise_share

    Edit the image, revise the share - same URL stays live for the client.

Ready to ship

Your agent. Your brand. Production ads.

Free tier includes MCP access. Upgrade plans add monthly credits and unlock the advanced model.