How do I connect LUVI to Claude Code?

Create an access token on Account → Integrations, then run the claude mcp add command LUVI prints for you — it registers https://www.luvicreator.com/api/mcp with your token as a bearer header — and Claude Code can list models, quote costs, generate and read your library from the terminal.

Last updated:

Steps

  1. Open Account → Integrations and press Create access token. Give it a name such as Claude Code on my laptop.
  2. LUVI shows the token once, together with a ready command of this shape:
claude mcp add --transport http luvi https://www.luvicreator.com/api/mcp --header "Authorization: Bearer <your token>"
  1. Paste the command into your terminal. Claude Code stores the server as luvi.
  2. In a Claude Code session, ask for what you need — "list LUVI's video models with sound", "estimate a 10-second Seedance 2.5 clip", "generate…". The tools are the same 33 the claude.ai connector has.

What the token can do

Everything your account can, through the connector: browse the library, upload files by ticket, estimate, generate, build and run workflows, read the ledger. It cannot change your password, payment methods or team.

Controls on the Integrations tab

Each connection row shows its name, the key prefix, when it was created and last used, and how much it has spent. You can set:

  • a credit cap — the connection stops generating when the cap is reached;
  • confirm spend above a threshold — the assistant must ask you before a generation that costs more.

Revoking

Press Revoke on the row. The token stops working immediately; Claude Code shows an authentication error on its next call. Create a new one if needed.

Prompting

Claude Code reads the model's prompting guide before generating and reports LUVI Prompt Engine is active, exactly as claude.ai does.

Frequently asked

Why a token instead of the sign-in flow claude.ai uses?

Command-line tools and scripts cannot open the browser sign-in reliably, so they authenticate with a token you create and can revoke.

Can I limit what the token can spend?

Yes. Every connection has a credit cap and an optional confirm-before-spend threshold, both editable on the Integrations tab.

Does the same token work in other tools?

Any MCP client that sends an Authorization header can use it, including the Claude SDK.

More questions